Prepare 0.10.11

This commit is contained in:
Neil Booth 2017-01-23 23:39:49 +09:00
parent 32eee5cd54
commit 1a48ad136c
2 changed files with 8 additions and 3 deletions

View File

@ -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
---------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.10.10"
VERSION = "ElectrumX 0.10.11"