diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index 5e4b63f89..43fef7fbe 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.2.0 (03-01-2026) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 16.1.0 (06-12-2025) - Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) diff --git a/piwigo/config.yaml b/piwigo/config.yaml index 4f0c1015f..db74a8dd4 100644 --- a/piwigo/config.yaml +++ b/piwigo/config.yaml @@ -100,5 +100,5 @@ schema: slug: piwigo udev: true url: https://github.com/alexbelgium/hassio-addons -version: "16.1.0" +version: "16.2.0" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/piwigo/updater.json b/piwigo/updater.json index 0ff7e6cc2..c8f49556a 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "06-12-2025", + "last_update": "03-01-2026", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "16.1.0" + "upstream_version": "16.2.0" }