diff --git a/README.rst b/README.rst index 52cecb4..bc2596f 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------- diff --git a/server/version.py b/server/version.py index a99169f..97d5497 100644 --- a/server/version.py +++ b/server/version.py @@ -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'