diff --git a/README.rst b/README.rst index d9a5c4a..b139045 100644 --- a/README.rst +++ b/README.rst @@ -137,6 +137,14 @@ version prior to the release of 1.0. ChangeLog ========= +Version 0.10.10 +--------------- + +* move peer management from irc.py to peers.py. This is preparataion + for peer discovery without IRC. +* misc cleanups +* fix Litecoin genesis hash (petrkr) + Version 0.10.9 -------------- diff --git a/server/version.py b/server/version.py index 22f8ce3..4a16a19 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.10.9" +VERSION = "ElectrumX 0.10.10"