diff --git a/CHANGELOG.md b/CHANGELOG.md index c234bd98..658c3d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.0.12-beta (2018-01-07) + +* Notifications: + * Fix: Incorrect Plex URL parameter value. + * Change: Custom condition logic is now optional. An implicit "and" is applied between all conditions if the logic is blank. +* UI: + * New: Added separate required LAN/WAN bandwidth in the activity header. +* API: + * Fix: Notify API command not sending notifications. + + ## v2.0.11-beta (2018-01-05) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 6dad13c1..6f20ab9b 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.11-beta" +PLEXPY_RELEASE_VERSION = "v2.0.12-beta"