diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a5628..5e075be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.99 ] - 2025/02/22 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.174. + ###### [ 1.0.98 ] - 2025/02/21 * Added service `get_audio_product_tone_controls`. Gets the current audio product tone controls configuration of the device. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index a1d9cbe..03e69c6 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.34", - "spotifywebapiPython>=1.0.171", + "spotifywebapiPython>=1.0.174", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.98", + "version": "1.0.99", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index cf73365..c63dc63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2024.5.0 ruff==0.1.3 bosesoundtouchapi==1.0.70 smartinspectPython>=3.0.34 -spotifywebapiPython>=1.0.171 +spotifywebapiPython>=1.0.174