diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea41a00..d4f734df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.0.24 (2018-03-18) + +* Monitoring: + * Fix: Fix stream data not showing for history recorded before v2. +* Notifications: + * Fix: Set all environment variables for scripts. + * Change: Moved all notification agent instructions to the wiki. + * Change: XBMC notification agent renamed to Kodi. + * Change: OSX Notify notification agent renamed to macOS Notification Center. + + ## v2.0.23-beta (2018-03-16) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index b2f01ea3..cd47c2a9 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.23-beta" +PLEXPY_BRANCH = "master" +PLEXPY_RELEASE_VERSION = "v2.0.24"