diff --git a/CHANGELOG.md b/CHANGELOG.md index e89ac1af..538cd064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v2.0.5-beta (2017-12-31) + +* Monitoring: + * Fix: IPv6 addresses overflowing on the activity cards. +* Notifications: + * Fix: Error sending Join notifications. +* UI: + * New: Added total required bandwidth in the activity header. + * Fix: Failing to retrieve releases from GitHub. +* Other: + * Fix: CherryPy SSL connection warning. (Thanks @felixbuenemann) + * Fix: Sanitize script output in logs. + * Change: Login sessions persists across server restarts. + + ## v2.0.4-beta (2017-12-29) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index 73ac69ec..0a973656 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.4-beta" +PLEXPY_RELEASE_VERSION = "v2.0.5-beta"