diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index f994c687d..eac41a78d 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.1.0 (16-11-2024) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 15.0.0 (26-10-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 b8415764a..d0f837993 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.0.0", + "version": "15.1.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index 0005e3f32..0b0b733c1 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "26-10-2024", + "last_update": "16-11-2024", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "15.0.0" + "upstream_version": "15.1.0" }