Merge branch 'release-0.6.2' into develop

This commit is contained in:
Neil Booth 2016-11-19 08:22:20 +09:00
commit 4f7d0eb23d
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
version 0.6.2
-------------
- handle daemon errors properly that result from client requests; pass the
error onto the client
- start serving immediatley on catchup; don't wait for the mempool
- logging improvements, in particular logging software and DB versions
- issues closed: #29, #31, #32
version 0.6.1
-------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.6.1"
VERSION = "ElectrumX 0.6.2"