diff --git a/spotify_to_plex/CHANGELOG.md b/spotify_to_plex/CHANGELOG.md index 784415f55b..b698a8a94c 100644 --- a/spotify_to_plex/CHANGELOG.md +++ b/spotify_to_plex/CHANGELOG.md @@ -1,2 +1,5 @@ + +## 1.0.107 (2026-08-15) +- Update to latest version from jjdenhertog/spotify-to-plex ## 1.0.104 (2026-07-06) - Initial release: Spotify to Plex add-on based on jjdenhertog/spotify-to-plex diff --git a/spotify_to_plex/config.yaml b/spotify_to_plex/config.yaml index 35a5e61cc7..ff27215bcf 100644 --- a/spotify_to_plex/config.yaml +++ b/spotify_to_plex/config.yaml @@ -30,5 +30,5 @@ schema: ENCRYPTION_KEY: str? slug: spotify_to_plex url: https://github.com/alexbelgium/hassio-addons/tree/master/spotify_to_plex -version: "1.0.104" +version: "1.0.107" webui: "http://[HOST]:[PORT:9030]" diff --git a/spotify_to_plex/updater.json b/spotify_to_plex/updater.json index cf1deb6a8f..2880f00f52 100644 --- a/spotify_to_plex/updater.json +++ b/spotify_to_plex/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-07-06", + "last_update": "2026-08-15", "repository": "alexbelgium/hassio-addons", "slug": "spotify_to_plex", "source": "dockerhub", "upstream_repo": "jjdenhertog/spotify-to-plex", - "upstream_version": "1.0.104" + "upstream_version": "1.0.107" }