diff --git a/CHANGELOG.md b/CHANGELOG.md index 854dad3c..fabe94f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.4.11 (2016-09-02) + +* Fix: PlexWatch and Plexivity import errors. +* Fix: Searching in history datatables. +* Fix: Notifications not sending for Local user. + + ## v1.4.10 (2016-08-15) * Fix: Missing python ipaddress module preventing PlexPy from starting. diff --git a/plexpy/version.py b/plexpy/version.py index a84a20ed..4ba5caf9 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.4.10" +PLEXPY_RELEASE_VERSION = "1.4.11"