diff --git a/README.rst b/README.rst index 5509e36..fb7cac8 100644 --- a/README.rst +++ b/README.rst @@ -130,6 +130,17 @@ Roadmap ChangeLog ========= +Version 1.0.10 +-------------- + +- add bauerj's installer docs +- segwit has activated on Litecoin. Make segwit deserialization the + default. Also as the first Segwit block probably will break old + electrum-server implementation servers, disable IRC and make + Litecoin mainnet and testnet use the peer-discovery protocol. If + you previously used "testnet-segwit" as your NET you should instead + use "testnet". + Version 1.0.9 ------------- diff --git a/server/version.py b/server/version.py index fc5a6f8..cdab28f 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.9' +VERSION = 'ElectrumX 1.0.10' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'