diff --git a/unpackerr/CHANGELOG.md b/unpackerr/CHANGELOG.md index c2602b10f..0f186460f 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1,4 +1,7 @@ +## v0.14.5 (12-07-2025) +- Update to latest version from Unpackerr/unpackerr (changelog : https://github.com/Unpackerr/unpackerr/releases) + ## 0.14.5 (03-08-2024) - Update to latest version from Unpackerr/unpackerr (changelog : https://github.com/Unpackerr/unpackerr/releases) diff --git a/unpackerr/config.json b/unpackerr/config.json index 2d27cc6f9..0b136f417 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -105,5 +105,5 @@ "slug": "unpackerr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.14.5" + "version": "v0.14.5" } diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 395bd190a..ea4450f04 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "github_fulltag": true, - "last_update": "03-08-2024", + "last_update": "12-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr", "source": "github", "upstream_repo": "Unpackerr/unpackerr", - "upstream_version": "0.14.5" + "upstream_version": "v0.14.5" }