diff --git a/CHANGES.md b/CHANGES.md index 170d6ccb7..4e23040ec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - +### Fixed +- + +### Changed +- + +## [1.2.1] - 2019-04-28 ### Fixed - Patch bug in Pafy when fetching audiostreams with latest youtube-dl ([@ritiek](https://github.com/ritiek)) (#539) diff --git a/spotdl/__init__.py b/spotdl/__init__.py index c68196d1c..a955fdae1 100644 --- a/spotdl/__init__.py +++ b/spotdl/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1"