From f7e1dc97d84233bdc943423bd9e21d71cefccbc5 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 8 Mar 2021 10:59:45 -0800 Subject: [PATCH] v2.6.8 --- CHANGELOG.md | 7 +++++++ plexpy/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"