diff --git a/CHANGES.md b/CHANGES.md index 4e23040ec..c0b41bdfd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - +## [1.2.2] - 2019-06-03 +### Fixed +- Patch bug in Pafy to prefer secure HTTPS ([@ritiek](https://github.com/ritiek)) (#558) + ## [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 a955fdae1..bc86c944f 100644 --- a/spotdl/__init__.py +++ b/spotdl/__init__.py @@ -1 +1 @@ -__version__ = "1.2.1" +__version__ = "1.2.2"