diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f15eb6..79b3546a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v2.11.1 (2022-12-22) + +* Activity: + * Fix: Use source language instead of stream language on activity cards. +* Notifications: + * Fix: Blank start time notification parameters causing recently added notifications to fail. (#1940) +* Other: + * Fix: Tautulli failing to start when using python 3.7. + * Fix: Snap install failing to start. (#1941) + * Fix: Update check crashing when git is missing. (#1943) (Thanks @Minituff) + + ## v2.11.0 (2022-12-22) * Activity: diff --git a/plexpy/version.py b/plexpy/version.py index 57d3f6ae..ec5d5f61 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -18,4 +18,4 @@ from __future__ import unicode_literals PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.11.0" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.11.1" \ No newline at end of file