From 99f636d6e7ac8fe8531797a0d9ca4a11cf612dea Mon Sep 17 00:00:00 2001 From: Yasser Sinjab Date: Thu, 28 May 2020 02:23:16 +0300 Subject: [PATCH] Add changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7babdef..8c4ac62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ... +## [2.12.1] - 2020-05-28 + +### Changed + + - Added two new attributes: error and error_description to `SpotifyOauthError` exception class to show + authorization/authentication web api errors details. + ## [2.12.0] - 2020-04-26 ### Added