Browse Source

Prepare 0.11.2

master 0.11.2
Neil Booth 8 years ago
parent
commit
589f695aaf
  1. 9
      README.rst
  2. 2
      server/version.py

9
README.rst

@ -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
--------------

2
server/version.py

@ -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…
Cancel
Save