diff --git a/CHANGELOG.md b/CHANGELOG.md index 8543298..ddf3334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.81 ] - 2025/01/01 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.131. + ###### [ 1.0.80 ] - 2024/12/27 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.130. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index f395e51..4661494 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.130", + "spotifywebapiPython>=1.0.131", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.80", + "version": "1.0.81", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 18d0658..d83c384 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2024.5.0 ruff==0.1.3 bosesoundtouchapi==1.0.68 smartinspectPython>=3.0.33 -spotifywebapiPython>=1.0.130 +spotifywebapiPython>=1.0.131