diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cb02a..20d1728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.76 ] - 2024/12/18 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.126. + ###### [ 1.0.75 ] - 2024/12/09 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.125. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index 1dddee8..f9fc1fc 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.125", + "spotifywebapiPython>=1.0.126", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.75", + "version": "1.0.76", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 88332e1..7aa1428 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.125 +spotifywebapiPython>=1.0.126