Prepare 0.99.2

This commit is contained in:
Neil Booth 2017-02-26 15:29:52 +09:00
parent e2d640dcb3
commit be95697002
2 changed files with 7 additions and 1 deletions

View File

@ -132,6 +132,12 @@ version for the release of 1.0.
ChangeLog ChangeLog
========= =========
Version 0.99.2
--------------
* don't announce self if a non-public IP address
* logging tweaks
Version 0.99.1 Version 0.99.1
-------------- --------------

View File

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