diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cd5466..f1f7617b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -// Add new changes below this line +### Added + +### Fixed + +### Removed + +## [2.22.1] - 2023-01-23 ### Added @@ -25,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Path traversal vulnerability that may lead to type confusion in URI handling code - Update contributing.md -### Removed - ## [2.22.0] - 2022-12-10 ### Added diff --git a/setup.py b/setup.py index e20d30b7..08482ace 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='spotipy', - version='2.22.0', + version='2.22.1', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",