diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 9927efb93a..5045fe8a8e 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 9.9.0 (2026-05-30) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 9.8.0 (2026-05-02) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) diff --git a/calibre/config.yaml b/calibre/config.yaml index ed2c29494e..706640466b 100644 --- a/calibre/config.yaml +++ b/calibre/config.yaml @@ -117,5 +117,5 @@ schema: slug: calibre udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre -version: "9.8.0" +version: "9.9.0" video: true diff --git a/calibre/updater.json b/calibre/updater.json index 5a9a4bafe4..b70a99c71c 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "2026-05-02", + "last_update": "2026-05-30", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "9.8.0" + "upstream_version": "9.9.0" }