diff --git a/zzz_archived_paperless_ngx/CHANGELOG.md b/zzz_archived_paperless_ngx/CHANGELOG.md index 774ad791a..330a3a3f1 100644 --- a/zzz_archived_paperless_ngx/CHANGELOG.md +++ b/zzz_archived_paperless_ngx/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.8.3 (11-05-2024) +- Update to latest version from paperless-ngx/paperless-ngx (changelog : https://github.com/paperless-ngx/paperless-ngx/releases) + ## 2.7.2 (13-04-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 531645051..4252788e1 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.7.2", + "version": "2.8.3", "webui": "http://[HOST]:[PORT:8000]" } diff --git a/zzz_archived_paperless_ngx/updater.json b/zzz_archived_paperless_ngx/updater.json index 6578b8863..1ae9116c5 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": "13-04-2024", + "last_update": "11-05-2024", "repository": "alexbelgium/hassio-addons", "slug": "paperless_ng", "source": "github", "upstream_repo": "paperless-ngx/paperless-ngx", - "upstream_version": "2.7.2" + "upstream_version": "2.8.3" }