diff --git a/CHANGELOG.md b/CHANGELOG.md index 76598ac..2bd9025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.63 ] - 2024/09/19 + + * Added extra state variable: `stp_nowplaying_image_url`. Returns the url of the nowplaying image if one is present; otherwise, None. + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.96. + ###### [ 1.0.62 ] - 2024/09/16 * Added extra state variable: `stp_nowplaying_image_url`. Returns the url of the nowplaying image if one is present; otherwise, None. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index b7682fb..b6968f5 100644 --- a/custom_components/soundtouchplus/manifest.json +++ b/custom_components/soundtouchplus/manifest.json @@ -15,10 +15,10 @@ "requests>=2.31.0", "requests_oauthlib>=1.3.1", "smartinspectPython>=3.0.33", - "spotifywebapiPython>=1.0.95", + "spotifywebapiPython>=1.0.96", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.62", + "version": "1.0.63", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 64b1462..20300d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2024.5.0 ruff==0.1.3 bosesoundtouchapi==1.0.66 smartinspectPython>=3.0.33 -spotifywebapiPython>=1.0.95 +spotifywebapiPython>=1.0.96