diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index c4be0c907..f9e461dee 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 7.1.0 (25-11-2023) +- Update to latest version from linuxserver/docker-calibre + ## 7.0.0 (18-11-2023) - Update to latest version from linuxserver/docker-calibre ### 6.29.0-3 (05-11-2023) diff --git a/calibre/config.json b/calibre/config.json index c9ec166e5..552bfc7b4 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.0.0-3", + "version": "7.1.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 9748936d4..8a9125a3c 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "18-11-2023", + "last_update": "25-11-2023", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "7.0.0" + "upstream_version": "7.1.0" }