diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be780f5..ed49a064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.1.0-beta (2018-04-07) + +* Newsletters: + * New: A completely new scheduled newsletter system. + * Beautiful HTML formatted newsletter for recently added movies, TV shows, or music. + * Send newsletters on a daily, weekly, or monthly schedule to your users. + * Customize the number of days of recently added content and the libraries to include on the newsletter. + * Add a custom message to be included on the newsletter. + * Option to either send an HTML formatted email, or a link to a self-hosted newsletter on your own domain to any notification agent. +* Notifications: + * New: Ability to use self-hosted images on your own domain instead of using Imgur. + + ## v2.0.28 (2018-04-02) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index 353a93e8..ccc80680 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.0.28" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.0-beta"