diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index eac41a78d..41d2e3595 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.3.0 (21-12-2024) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 15.1.0 (16-11-2024) - Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) diff --git a/piwigo/config.json b/piwigo/config.json index d0f837993..c6008ab33 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -104,6 +104,6 @@ "slug": "piwigo", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.1.0", + "version": "15.3.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index 0b0b733c1..befea72e5 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-11-2024", + "last_update": "21-12-2024", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "15.1.0" + "upstream_version": "15.3.0" }