diff --git a/CHANGELOG.md b/CHANGELOG.md index d4249a7..29a96be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.87 ] - 2025/01/06 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.138. + ###### [ 1.0.86 ] - 2025/01/05 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.137. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index 710262f..cc46f52 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.137", + "spotifywebapiPython>=1.0.138", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.86", + "version": "1.0.87", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 4ca92d4..6d15073 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.137 +spotifywebapiPython>=1.0.138