Prepare 1.0.8

This commit is contained in:
Neil Booth 2017-04-03 20:13:35 +09:00
parent 7b17d99c5a
commit e0a79c313c
2 changed files with 12 additions and 1 deletions

View File

@ -127,6 +127,17 @@ Roadmap
ChangeLog
=========
Version 1.0.8
-------------
Minor peer-discovery tweaks:
* I intended that if a host and its IP address were both registered as
peers, that the real hostname replace the IP address. That wasn't
working properly and is fixed now.
* 1.0.6 no longer required a clearnet identity but part of the peer
discovery logic assumed one existed. That is now fixed.
Version 1.0.7
-------------

View File

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