diff --git a/CHANGELOG.md b/CHANGELOG.md index e2321b1d..42704913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.2.4 (2020-05-16) + +* Monitoring: + * Fix: Show "None" as the subtitle source on the activity card for user selected subtitles. +* UI: + * Fix: Deleted libraries were showing up on the homepage library cards. + * Fix: Libraries could get stuck as inactive in the database in some instances. +* API: + * Fix: Incorrect title was being returned for the get_history API command. +* Other: + * Fix: Plex remote access check was not being rescheduled after changing the settings. + + ## v2.2.3 (2020-05-01) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 29b1a341..65c5d1fb 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.2.3" +PLEXPY_RELEASE_VERSION = "v2.2.4"