diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad54157..ba0bd908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v2.14.5 (2024-09-20) + +* Activity: + * Fix: Display of 2k resolution on activity card. +* Notifications: + * Fix: ntfy notifications with special characters failing to send. +* Other: + * Fix: Memory leak with database closing. (#2404) + + ## v2.14.4 (2024-08-10) * Notifications: @@ -8,7 +18,7 @@ * UI: * Fix: macOS platform capitalization. * Other: - * Fix: Remove deprecated getdefaultlocale (Thanks @teodorstelian) (#2364, #2345) + * Fix: Remove deprecated getdefaultlocale. (Thanks @teodorstelian) (#2364, #2345) ## v2.14.3 (2024-06-19) diff --git a/plexpy/version.py b/plexpy/version.py index feccd9cc..c4d017e2 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -16,4 +16,4 @@ # along with Tautulli. If not, see . PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.14.4" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.14.5" \ No newline at end of file