diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 895f263af..4ebee14a8 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.0 (16-09-2023) +- Update to latest version from postgres + ## 15.4 (09-09-2023) - Update to latest version from postgres diff --git a/postgres/config.json b/postgres/config.json index 1bfe063bb..812a02ec4 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -34,5 +34,5 @@ }, "slug": "postgres", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.4" + "version": "16.0" } diff --git a/postgres/updater.json b/postgres/updater.json index 760c85967..963accfbc 100644 --- a/postgres/updater.json +++ b/postgres/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "dockerhub_list_size": 2, - "last_update": "09-09-2023", + "last_update": "16-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "postgres", "source": "github", "upstream_repo": "postgres", - "upstream_version": "15.4" + "upstream_version": "16.0" }