This commit is contained in:
JonnyWong16 2022-02-08 10:35:23 -08:00
parent 6d092b4984
commit b73aa888c2
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## v2.9.2 (2022-02-08)
* Notification:
* New: Added support for additional Telegram HTML tags.
* Removed: Revert Telegram defaulting to MarkdownV2 and only support HTML. (#1635)
* Other:
* Fix: The Local user being masked in the logs.
## v2.9.1 (2022-02-07)
* Other:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.9.1"
PLEXPY_RELEASE_VERSION = "v2.9.2"