This commit is contained in:
JonnyWong16 2018-06-08 22:12:51 -07:00
parent 6ece690e23
commit 331be52327
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## v2.1.12 (2018-06-08)
* Notifications:
* Change: Blank notification link source means disabled instead of default.
* Newsletters:
* New: Make collection tags available in the raw newsletter data for custom templates.
* API:
* New: Ability to terminate a stream using the session key.
## v2.1.11-beta (2018-06-02) ## v2.1.11-beta (2018-06-02)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.11-beta" PLEXPY_RELEASE_VERSION = "v2.1.12"