This commit is contained in:
JonnyWong16 2016-03-15 19:14:56 -07:00
parent c4af6feb92
commit c72314fb71
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## v1.3.11 (2016-03-15)
* Fix: Typo preventing history logging for websockets.
## v1.3.10 (2016-03-12) ## v1.3.10 (2016-03-12)
* Fix: Actually allow HTML tags for Pushover. * Fix: Actually allow HTML tags for Pushover.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.3.10" PLEXPY_RELEASE_VERSION = "1.3.11"