diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 6e927094cb..08289ac1b0 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 9.12.0 (2026-08-01) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 9.11.0 (2026-07-04) - 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 e7da78a481..7025d1a7d4 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.11.0" +version: "9.12.0" video: true diff --git a/calibre/updater.json b/calibre/updater.json index cac6076cbe..432248b3ef 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "2026-07-04", + "last_update": "2026-08-01", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "9.11.0" + "upstream_version": "9.12.0" }