diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index dd7f233d5..69b646550 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 13.0.0 (13-10-2022) +- Update to latest version from linuxserver/docker-piwigo + ## 12.3.0 (02-07-2022) - Update to latest version from linuxserver/docker-piwigo - Add codenotary sign diff --git a/piwigo/config.json b/piwigo/config.json index 88a62e5a5..6c31c35fc 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -77,6 +77,6 @@ "slug": "piwigo", "stage": "experimental", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "12.3.0-bugfix", + "version": "13.0.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index 289755f09..583219de5 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "02-07-2022", + "last_update": "13-10-2022", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "12.3.0" + "upstream_version": "13.0.0" }