diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index c355d4b51..f988feb67 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 8.7.0 (18-07-2025) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) ## 8.6.0 (12-07-2025) - 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 c09bacfae..16c21cd0a 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -123,6 +123,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "8.6.0", + "version": "8.7.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index c6e1d731d..d460806fe 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "12-07-2025", + "last_update": "18-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "8.6.0" + "upstream_version": "8.7.0" }