From 1a9ac22fa0d245e00ea16d58a511224f5dc65483 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 16 Jan 2017 21:24:59 +0900 Subject: [PATCH] Prepare 0.10.6 --- README.rst | 9 ++++++++- server/version.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e3de606..a3f2a22 100644 --- a/README.rst +++ b/README.rst @@ -137,10 +137,17 @@ version prior to the release of 1.0. ChangeLog ========= +Version 0.10.6 +-------------- + +* fix for rest of second part of issue `#100`_ +* check HTTP error codes from bitcoind and log appropriately +* don't error opening a new DB that has nothing written yet + Version 0.10.5 -------------- -* fix for second part of issue `#100`_ where the ElectrumX was not +* fix for some of second part of issue `#100`_ where the ElectrumX was not killable if bitcoind was unavailable diff --git a/server/version.py b/server/version.py index dc25c60..83b18bf 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.10.5" +VERSION = "ElectrumX 0.10.6"