diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 364fe8381..81e68f6b7 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 7.15.0 (20-07-2024) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 7.14.0 (13-07-2024) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) diff --git a/calibre/config.json b/calibre/config.json index c17fc8a73..631f3ca06 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -119,6 +119,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "7.14.0", + "version": "7.15.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 914852e1e..7ba4da2d2 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "13-07-2024", + "last_update": "20-07-2024", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "7.14.0" + "upstream_version": "7.15.0" }