diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 1a91c5f54..f1596ca5d 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 15.4 (09-09-2023) +- Update to latest version from postgres ### 15.3-11 (08-09-2023) - Minor bugs fixed DON'T UPDATE NOT WORKING diff --git a/postgres/config.json b/postgres/config.json index e362da746..1bfe063bb 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -34,5 +34,5 @@ }, "slug": "postgres", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.3-11" + "version": "15.4" } diff --git a/postgres/updater.json b/postgres/updater.json index 5eec5e57d..760c85967 100644 --- a/postgres/updater.json +++ b/postgres/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "dockerhub_list_size": 2, - "last_update": "27-05-2023", + "last_update": "09-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "postgres", "source": "github", "upstream_repo": "postgres", - "upstream_version": "15.3" + "upstream_version": "15.4" }