Prepare 0.11.2
This commit is contained in:
parent
68a8835db6
commit
589f695aaf
@ -136,6 +136,15 @@ version for the release of 1.0.
|
||||
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
|
||||
--------------
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# Server name and protocol versions
|
||||
|
||||
VERSION = 'ElectrumX 0.11.1'
|
||||
VERSION = 'ElectrumX 0.11.2'
|
||||
PROTOCOL_MIN = '1.0'
|
||||
PROTOCOL_MAX = '1.0'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user