diff --git a/unpackerr/CHANGELOG.md b/unpackerr/CHANGELOG.md index ce5ab2d24..c2602b10f 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.14.5 (03-08-2024) +- Update to latest version from Unpackerr/unpackerr (changelog : https://github.com/Unpackerr/unpackerr/releases) + ## 0.14.0 (13-07-2024) - Update to latest version from Unpackerr/unpackerr (changelog : https://github.com/Unpackerr/unpackerr/releases) ## 0.13.1-8 (13-03-2024) diff --git a/unpackerr/config.json b/unpackerr/config.json index 0fcff6eb7..bdbe29601 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -101,5 +101,5 @@ "slug": "unpackerr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.14.0" + "version": "0.14.5" } diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 64b8ec171..79a539352 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "fulltag": true, - "last_update": "13-07-2024", + "last_update": "03-08-2024", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr", "source": "github", "upstream_repo": "Unpackerr/unpackerr", - "upstream_version": "0.14.0" + "upstream_version": "0.14.5" }