diff --git a/CHANGELOG.md b/CHANGELOG.md index 058912ec..35c0dd52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v1.4.8 (2016-07-16) + +* New: Setting to specify PlexPy backup interval. +* Fix: User Concurrent Streams Notifications by IP Address checkbox not working. +* Fix: Substitute {update_version} in fallback PMS update notification text. +* Fix: Check version for automatic IP logging setting. +* Fix: Use library refresh interval. + + ## v1.4.7 (2016-07-14) * New: Use MaxMind GeoLite2 for IP address lookup. diff --git a/plexpy/version.py b/plexpy/version.py index 2da51443..b72e032c 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.4.7" +PLEXPY_RELEASE_VERSION = "1.4.8"