diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index a716c9ae8..d44fadf57 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 8.5.0 (21-06-2025) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 8.4.0 (10-05-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 b5cf88ee7..e7ec881b7 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.4.0", + "version": "8.5.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 8aa3516b4..aa552d3d0 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "10-05-2025", + "last_update": "21-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "8.4.0" + "upstream_version": "8.5.0" }