From 9dc16502d3300e42f2c725bc22b7d5ffbc51414e Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Fri, 7 Jun 2024 20:49:11 -0500 Subject: [PATCH] [ 1.0.22 ] * Re-updated underlying `spotifywebapiPython` package requirement to version 1.0.44. --- CHANGELOG.md | 4 ++++ custom_components/spotifyplus/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c47d9..fa489b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.22 ] - 2024/06/07 + + * Re-updated underlying `spotifywebapiPython` package requirement to version 1.0.44. + ###### [ 1.0.21 ] - 2024/06/07 * Fixed a bug that caused player state to return an error every 30 seconds when playing the Spotify DJ playlist. As the Spotify Web API does not support retrieving the DJ playlist (`spotify:playlist:37i9dQZF1EYkqdzj48dyYq`), it simply returns a manually built representation of the Spotify DJ playlist with limited properties populated (uri, id, name, description, etc). Note that Spotify DJ support is not supported (as of 2024/06/07) by the Spotify Web API (this includes starting play, retrieving playlist details, retrieving playlist items, etc). diff --git a/custom_components/spotifyplus/manifest.json b/custom_components/spotifyplus/manifest.json index cc27c3f..82d6bd7 100644 --- a/custom_components/spotifyplus/manifest.json +++ b/custom_components/spotifyplus/manifest.json @@ -13,6 +13,6 @@ "spotifywebapiPython==1.0.44", "urllib3>=1.21.1,<1.27" ], - "version": "1.0.21", + "version": "1.0.22", "zeroconf": [ "_spotify-connect._tcp.local." ] }