diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f734df..9872855c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.0.25 (2018-03-22) + +* Monitoring: + * Fix: Fix websocket not reconnecting causing activity monitoring and notifications to not work. + * Fix: Error checking for synced streams without Plex Pass. + + ## v2.0.24 (2018-03-18) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index cd47c2a9..97c5050d 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.0.24" +PLEXPY_RELEASE_VERSION = "v2.0.25"