diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a894625..af4f670e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v2.1.39 (2019-12-08) + +* UI: + * New: Added creating admin username and password to setup wizard. +* API: + * Change: Remove default notification subject and body for notify API command. +* Other: + * Change: Check for database corruption when making backup. + + ## v2.1.38 (2019-11-17) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 8797f179..04cb9911 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.38" +PLEXPY_RELEASE_VERSION = "v2.1.39"