diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 66c0857b9..343dbc21b 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,4 +1,7 @@ +## ubuntu-2024-09-15 (2024-09-15) +- Update to latest version from photoprism/photoprism + ## ubuntu-2024-07-11 (2024-07-11) - Update to latest version from photoprism/photoprism ## ubuntu-2024-05-31-3 (10-06-2024) diff --git a/photoprism/config.json b/photoprism/config.json index a4333cba7..84d35b8fe 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -132,6 +132,6 @@ "slug": "photoprism", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "ubuntu-2024-07-11", + "version": "ubuntu-2024-09-15", "video": true } diff --git a/photoprism/updater.json b/photoprism/updater.json index 63402a3fc..fb186bb13 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "2024-07-11", + "last_update": "2024-09-15", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2024-07-11" + "upstream_version": "ubuntu-2024-09-15" }