diff --git a/CHANGELOG.md b/CHANGELOG.md index b03ca181..e1c58a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## v1.2.12 (2015-12-06) +## v1.2.14 (2015-12-07) + +* Fix regression with PlexWatch db importer and buffer warnings. + + +## v1.2.13 (2015-12-06) * Fix match newlines between tags in notification text. * Fix current activity not showing on PMS 0.9.12. diff --git a/plexpy/version.py b/plexpy/version.py index 446464e0..dfb6543c 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.2.13" +PLEXPY_RELEASE_VERSION = "1.2.14"