diff --git a/CHANGELOG.md b/CHANGELOG.md index db3d2d8f..03908d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.1.22 (2018-10-05) + +* Notifications: + * Fix: Notification agent settings not loading when failed to retrieve some data. +* UI: + * Fix: Incorrectly showing localhost server in the setup wizard. +* Other: + * Fix: Incorrect redirect to HTTP when HTTPS proxy header is present. + * Fix: Websocket not connecting automatically after the setup wizard. + + ## v2.1.21 (2018-09-21) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 3a73961f..2c80dd29 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.21" +PLEXPY_RELEASE_VERSION = "v2.1.22"