diff --git a/CHANGELOG.md b/CHANGELOG.md index c8867320..25310037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v2.1.10-beta (2018-05-28) + +* Monitoring: + * Fix: Improved monitoring of live tv sessions. + * Change: Use track artist instead of album artist. +* Notifications: + * New: Added timestamp to Discord notification embeds. (Thanks @samwiseg00) + * New: Enable notifications for "clip" media types. + * Fix: Actually add the "live" notification parameter. + * Change: Update Twitter for 280 characters. + * Change: Use HTTPS url for Cloudinary images. +* Newsletters: + * Fix: Artist summaries not showing up on newsletter cards. + * Change: Do not send the newsletter if the template fails to render. + + ## v2.1.9 (2018-05-21) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 6e805f95..6a5e36f4 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.9" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.10-beta"