diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa1469..97e6dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +... + +## [2.11.1] - 2020-04-11 + ### Fixed - Fixed miscellaneous issues with parsing of callback URL diff --git a/setup.py b/setup.py index a1d0b74..e45122d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extra_reqs = { setup( name='spotipy', - version='2.11.0', + version='2.11.1', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",