diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ea57c3..1a0a6609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.3.16 (2016-05-01) + +* Fix: Viewing photos crashing PlexPy. +* Fix: Persist Users > Edit mode on datatable page change. +* Fix: PMS update notifications broken. +* Change: Cache notifications poster with thread ID to avoid overwritting images. + + ## v1.3.15 (2016-04-18) * Fix: Slack notifications failing when using and icon URL. diff --git a/plexpy/version.py b/plexpy/version.py index 5761785f..603cb281 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.3.15" +PLEXPY_RELEASE_VERSION = "1.3.16"