diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0de7e..57abf70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.71 ] - 2024/11/15 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.119. + ###### [ 1.0.70 ] - 2024/11/03 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.114. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index d1a96a7..65c7975 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.114", + "spotifywebapiPython>=1.0.119", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.70", + "version": "1.0.71", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index b35b22c..b407bba 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.114 +spotifywebapiPython>=1.0.119