diff --git a/CHANGELOG.md b/CHANGELOG.md index b426c26e..e0a8a492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v2.0.15-beta (2018-01-27) + +* Monitoring: + * Fix: Live TV sessions not being stopped in History. + * Fix: Stream location showing as "unknown" on the activity cards. + * New: Improved Live TV details on the activity cards. +* Notifications: + * New: Added labels and collections to notification parameters. + * New: Added more server details to notification parameters. + * Change: Renamed "PlexPy" update notification parameters to "Tautulli". + + ## v2.0.14-beta (2018-01-20) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index 2b06cf4e..40b6cf34 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.14-beta" +PLEXPY_RELEASE_VERSION = "v2.0.15-beta"