diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b3a0c..b455251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ 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.15.0] - 2020-09-08 + ### Added - `SpotifyPKCE.parse_auth_response_url`, mirroring that method in `SpotifyOAuth` -- `SpotifyImplicitGrant` warns of security considerations and recommends - `SpotifyPKCE` ### Changed diff --git a/setup.py b/setup.py index 340b4e9..c0b410f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extra_reqs = { setup( name='spotipy', - version='2.14.0', + version='2.15.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",