diff --git a/CHANGELOG.md b/CHANGELOG.md index a053d982..125d851a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.7.2 (2021-04-24) + +* UI: + * New: Show smart collections in the library collections tab. + + ## v2.7.1 (2021-04-22) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 9b95338b..da9b908c 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.7.1" +PLEXPY_RELEASE_VERSION = "v2.7.2"