diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1af251..abd4cc2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.10.4 (2022-09-05) + +* Activity: + * New: Added tooltip for quality profile on activity cards. +* Notifications: + * New: Added "does not begin with" and "does not end with" condition operators. +* UI: + * Fix: Album count showing 0 on library statistics. + * Fix: Library statistics not showing up for libraries without any history. + + ## v2.10.3 (2022-08-09) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 0b033d3d..a338dabd 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.3" +PLEXPY_RELEASE_VERSION = "v2.10.4"