Prepare 0.11.4

This commit is contained in:
Neil Booth 2017-02-19 10:25:02 +09:00
parent 0149f2785f
commit f6a60d9b94
2 changed files with 6 additions and 1 deletions

View File

@ -136,6 +136,11 @@ version for the release of 1.0.
ChangeLog
=========
Version 0.11.4
--------------
* peer handling fixes / improvements based on suggestions of hsmiths
Version 0.11.3
--------------

View File

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