diff --git a/zzz_archived_paperless_ngx/CHANGELOG.md b/zzz_archived_paperless_ngx/CHANGELOG.md index 6605ac34b..63a031675 100644 --- a/zzz_archived_paperless_ngx/CHANGELOG.md +++ b/zzz_archived_paperless_ngx/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.12.1 (21-09-2024) +- Update to latest version from paperless-ngx/paperless-ngx (changelog : https://github.com/paperless-ngx/paperless-ngx/releases) + ## 2.12.0 (14-09-2024) - Update to latest version from paperless-ngx/paperless-ngx (changelog : https://github.com/paperless-ngx/paperless-ngx/releases) diff --git a/zzz_archived_paperless_ngx/config.json b/zzz_archived_paperless_ngx/config.json index 78edab712..2159b2e4f 100644 --- a/zzz_archived_paperless_ngx/config.json +++ b/zzz_archived_paperless_ngx/config.json @@ -134,6 +134,6 @@ "stage": "deprecated", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.12.0", + "version": "2.12.1", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/zzz_archived_paperless_ngx/updater.json b/zzz_archived_paperless_ngx/updater.json index f8f39a743..2783329a3 100644 --- a/zzz_archived_paperless_ngx/updater.json +++ b/zzz_archived_paperless_ngx/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", "github_fulltag": "false", - "last_update": "14-09-2024", + "last_update": "21-09-2024", "repository": "alexbelgium/hassio-addons", "slug": "paperless_ng", "source": "github", "upstream_repo": "paperless-ngx/paperless-ngx", - "upstream_version": "2.12.0" + "upstream_version": "2.12.1" }