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"