diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index dcbd13c89..c91fd0d00 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## v6.9.0-ls195 (29-11-2022) +- Update to latest version from linuxserver/docker-calibre - WARNING : update to supervisor 2022.11 before installing ## v6.9.0-ls194 (26-11-2022) diff --git a/calibre/config.json b/calibre/config.json index 35d257de6..48e5c53fe 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -89,6 +89,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.9.0-ls194-2", + "version": "v6.9.0-ls195", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 61c7ee6f2..b79edc88b 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "26-11-2022", + "last_update": "29-11-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.9.0-ls194" + "upstream_version": "v6.9.0-ls195" }