v2.0.11-beta

This commit is contained in:
JonnyWong16 2018-01-05 21:50:35 -08:00
parent e471d5207d
commit cf14fbc3f0
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## v2.0.11-beta (2018-01-05)
* Notifications:
* Fix: Some notification parameters showing up blank.
* UI:
* Fix: Stream data showing up as "None" for pre-v2 history.
* Other:
* Fix: Ability to login using the hashed password.
## v2.0.10-beta (2018-01-04)
* Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.10-beta"
PLEXPY_RELEASE_VERSION = "v2.0.11-beta"