This commit is contained in:
JonnyWong16 2022-02-07 23:18:18 -08:00
parent 17800df0aa
commit e970a260a1
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,12 @@
# Changelog
## v2.9.0-beta (2022-01-25)
## v2.9.1 (2022-02-07)
* Other:
* Fix: Incorrect changelog version number and date.
## v2.9.0 (2022-02-07)
* Notification:
* New: Added track disc number notification parameter.

View file

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