diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ed38b5..64a1c5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v2.10.2 (2022-07-03) + +* Activity: + * Fix: Incorrect audio stream info shown on the activity card when playing a secondary audio track. +* UI: + * Fix: Usernames not showing on the home statistics cards. + * Fix: Do not save a user's friendly name if it is the same as the username. + * Change: Update library icons to the latest Plex style. + + ## v2.10.1 (2022-06-01) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index b5c1abb8..906f1534 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.10.1" +PLEXPY_RELEASE_VERSION = "v2.10.2"