diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index f9e461dee..7a3c832f1 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 7.2.0 (16-12-2023) +- Update to latest version from linuxserver/docker-calibre + ## 7.1.0 (25-11-2023) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 552bfc7b4..c291b447f 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -110,6 +110,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "7.1.0", + "version": "7.2.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 8a9125a3c..368f4f5a3 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "25-11-2023", + "last_update": "16-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "7.1.0" + "upstream_version": "7.2.0" }