diff --git a/CHANGELOG.md b/CHANGELOG.md index 4270a275..dbf78398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.6.8 (2021-03-08) + +* Mobile App: + * New: An all new Tautulli Remote App 2.0. Go to the Google Play link in the settings to download the new version. + * Fix: Registering the new app would fail if OneSignal is blocked. + + ## v2.6.7 (2021-03-07) * History: diff --git a/plexpy/version.py b/plexpy/version.py index 6bee91b9..67043405 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.6.7" +PLEXPY_RELEASE_VERSION = "v2.6.8"