diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ed9c59..2f1e7ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.1.30-beta (2019-05-11) + +* Monitoring: + * Fix: Activity crashing with Plex's Artist TV feature. + * New: Added setting for Plex Media Server Update Check Interval. (Thanks @abiacco) +* Notifications: + * New: Added secure and relayed connection notification parameters. + * New: Added PLEX_USER_TOKEN to script environment variables. + * Change: Schedule notifications using UTC to prevent missing notifications due to misconfigured timezones. +* API: + * New: Added status API command to check the status of Tautulli. + + ## v2.1.29 (2019-05-11) * No additional changes from v2.1.29-beta. diff --git a/plexpy/version.py b/plexpy/version.py index 26a8fea6..e2372a25 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.29" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.30-beta"