Prepare 0.11.2

This commit is contained in:
Neil Booth 2017-02-18 23:20:07 +09:00
parent 68a8835db6
commit 589f695aaf
2 changed files with 10 additions and 1 deletions

View File

@ -136,6 +136,15 @@ version for the release of 1.0.
ChangeLog ChangeLog
========= =========
Version 0.11.2
--------------
* Preliminary implementation of script hash subscriptions to enable
subscribing to updates of arbitrary scripts, not just those of
standard bitcoin addresses. I'll fully document once confirmed
working as expected.
Closes #124
Version 0.11.1 Version 0.11.1
-------------- --------------

View File

@ -1,5 +1,5 @@
# Server name and protocol versions # Server name and protocol versions
VERSION = 'ElectrumX 0.11.1' VERSION = 'ElectrumX 0.11.2'
PROTOCOL_MIN = '1.0' PROTOCOL_MIN = '1.0'
PROTOCOL_MAX = '1.0' PROTOCOL_MAX = '1.0'