diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4ebba..331a180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.39 ] - 2024/06/28 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.72. + ###### [ 1.0.38 ] - 2024/06/27 * Corrected various services that use float values that were incorrectly defined as strings by the service schema. diff --git a/custom_components/spotifyplus/manifest.json b/custom_components/spotifyplus/manifest.json index 98d85cd..b0eedc8 100644 --- a/custom_components/spotifyplus/manifest.json +++ b/custom_components/spotifyplus/manifest.json @@ -17,10 +17,10 @@ "requests>=2.31.0", "requests_oauthlib>=1.3.1", "smartinspectPython>=3.0.33", - "spotifywebapiPython>=1.0.71", + "spotifywebapiPython>=1.0.72", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.38", + "version": "1.0.39", "zeroconf": [ "_spotify-connect._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 9b79990..715d9aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ colorlog==6.7.0 homeassistant==2024.5.0 ruff==0.1.3 smartinspectPython>=3.0.33 -spotifywebapiPython>=1.0.71 +spotifywebapiPython>=1.0.72