Prepare 1.0.13

This commit is contained in:
Neil Booth 2017-07-21 12:40:37 +09:00
parent 8a18da61c2
commit 7abde2e514
2 changed files with 7 additions and 1 deletions

View File

@ -133,6 +133,12 @@ Roadmap
ChangeLog ChangeLog
========= =========
Version 1.0.13
--------------
- improve mempool handling and height notifications
- add bitcoin-segwit as a new COIN
Version 1.0.12 Version 1.0.12
-------------- --------------

View File

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