diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1687ec..42f9beaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog -## v2.0.2-beta (2017-12-XX) +## v2.0.3-beta (2017-12-25) + +* Monitoring: + * Fix: Missing sync ID error causing logging to crash. + * Fix: Incorrect optimized version title column name causing logging to crash. +* Notifications: + * Fix: Report correct beta version for Tautulli update notifications. +* UI: + * Fix: Missing CSS for stream info modal. + + +## v2.0.2-beta (2017-12-24) * Monitoring: * Fix: Websocket connection fails to start with existing streams when upgrading to v2. diff --git a/plexpy/version.py b/plexpy/version.py index 603895fc..027058d3 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.2-beta" +PLEXPY_RELEASE_VERSION = "v2.0.3-beta"