diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5bb10..6f6bbc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.41 ] - 2024/04/21 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.43. + ###### [ 1.0.40 ] - 2024/04/15 * Corrected a bug in the underlying `bosesoundtouchapi` that was returning an incorrect image url for currently playing media. This incorrect value was being used by the `media_player.media_image_url` value, which caused an incorrect image to be displayed for currently playing media in the media player UI. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index ead514c..c7a2dac 100644 --- a/custom_components/soundtouchplus/manifest.json +++ b/custom_components/soundtouchplus/manifest.json @@ -11,8 +11,8 @@ "requirements": [ "bosesoundtouchapi==1.0.58", "smartinspectPython>=3.0.33", - "spotifywebapiPython==1.0.42" + "spotifywebapiPython==1.0.43" ], - "version": "1.0.40", + "version": "1.0.41", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index a170696..4798b05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2023.8.0 ruff==0.1.3 smartinspectPython>=3.0.33 bosesoundtouchapi==1.0.58 -spotifywebapiPython==1.0.42 +spotifywebapiPython==1.0.43