From 1a48ad136c8be10eff352247d3374c32af6d0f8c Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 23 Jan 2017 23:39:49 +0900 Subject: [PATCH] Prepare 0.10.11 --- README.rst | 9 +++++++-- server/version.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b139045..ad2b58a 100644 --- a/README.rst +++ b/README.rst @@ -115,8 +115,6 @@ Roadmap Pre-1.0 - minor code cleanups. - implement simple protocol to discover peers without resorting to IRC. - This may slip to post 1.0 - Roadmap Post-1.0 ================ @@ -137,6 +135,13 @@ version prior to the release of 1.0. ChangeLog ========= +Version 0.10.11 +--------------- + +* rewrite of JSON RPC layer to improve usability for clients. + Includes support of JSON RPC v1, v2 and a compat layer that tries to + detect the peer's version. + Version 0.10.10 --------------- diff --git a/server/version.py b/server/version.py index 4a16a19..0dc2bb7 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.10.10" +VERSION = "ElectrumX 0.10.11"