diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e6024..7babdef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Unreleased + +### ... + + - ... + +## [2.12.0] - 2020-04-26 + +### Added + + - Added a method to update the auth token. ### Fixed - Logging regression due to the addition of `logging.basicConfig()` which was unneeded. - - Added a method to update the auth token. - ## [2.11.2] - 2020-04-19 ### Changed diff --git a/setup.py b/setup.py index 670bbb4..4678444 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extra_reqs = { setup( name='spotipy', - version='2.11.2', + version='2.12.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",