diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c0c698..074c40ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +// Add your changes here and then delete this line + +## [2.20.0] - 2022-06-18 + ### Added * Added `RedisCacheHandler`, a cache handler that stores the token info in Redis. * Changed URI handling in `client.Spotify._get_id()` to remove qureies if provided by error. diff --git a/setup.py b/setup.py index 6085776b..8d5d6393 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='spotipy', - version='2.19.0', + version='2.20.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",