diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fb522..41510ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.2.2] - 2022-08-06 + +### Bugfix + +- Announce-list was not parsed correctly #31 + ## [1.2.1] - 2022-07-30 ### Add diff --git a/src/autotorrent/__version__.py b/src/autotorrent/__version__.py index a955fda..bc86c94 100644 --- a/src/autotorrent/__version__.py +++ b/src/autotorrent/__version__.py @@ -1 +1 @@ -__version__ = "1.2.1" +__version__ = "1.2.2"