diff --git a/CHANGELOG.md b/CHANGELOG.md index 37091625..54ed38b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.10.1 (2022-06-01) + +* Notifications: + * New: Added support for MusicBrainz (mbid://) guids in notification parameters without MusicBrainz lookup enabled. Requires Plex Media Server 1.27.0 or newer with refreshed Plex Music agent metadata. +* Mobile App: + * Fix: OneSignal validation failing when registering a device. +* API: + * New: Added grandparent_guids and parent_guids to get_metadata API command. + * Change: Updated continent in get_geoip_lookup API command. + * Change: Removed server_token from from get_users API command. + * Change: shared_libraries changed to a list instead of a string for get_users API command. + + ## v2.10.0 (2022-05-23) * Activity: diff --git a/plexpy/version.py b/plexpy/version.py index 9967683c..b5c1abb8 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.0" +PLEXPY_RELEASE_VERSION = "v2.10.1"