diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dabedcaed..fff2cd6907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,4 @@ -## Unreleased - -#### New Features - -#### Improvements +## 0.5.22 (23-12-2021) #### Fixes - Fix connecting to deluge version < 2.x ([10192](https://github.com/pymedusa/Medusa/pull/10192)) diff --git a/medusa/common.py b/medusa/common.py index e03fd1c6cf..3bdf458d4f 100644 --- a/medusa/common.py +++ b/medusa/common.py @@ -39,7 +39,7 @@ log.logger.addHandler(logging.NullHandler()) INSTANCE_ID = text_type(uuid.uuid1()) -VERSION = '0.5.21' +VERSION = '0.5.22' USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format( version=VERSION, system=platform.system(), release=platform.release(),