diff --git a/CHANGELOG.md b/CHANGELOG.md index 658c3d99..61401518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.0.13-beta (2018-01-13) + +* Notifications: + * New: Added dropdown selection for email addresses of shared users. + * New: Added more notification options for Join. + * Change: Show "OR" between custom condition values. +* Other: + * New: Use JSON Web Tokens for authentication. Login now works with SSO applications. + * New: Allow the Plex server admin to login as a Tautulli admin using their Plex.tv account. + + ## v2.0.12-beta (2018-01-07) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 6f20ab9b..e6f3fbc8 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.12-beta" +PLEXPY_RELEASE_VERSION = "v2.0.13-beta"