From 589f695aaf48ae5e110dd1deb884d9e519d5deb7 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 18 Feb 2017 23:20:07 +0900 Subject: [PATCH] Prepare 0.11.2 --- README.rst | 9 +++++++++ server/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a047c59..c7fce41 100644 --- a/README.rst +++ b/README.rst @@ -136,6 +136,15 @@ version for the release of 1.0. ChangeLog ========= +Version 0.11.2 +-------------- + +* Preliminary implementation of script hash subscriptions to enable + subscribing to updates of arbitrary scripts, not just those of + standard bitcoin addresses. I'll fully document once confirmed + working as expected. + Closes #124 + Version 0.11.1 -------------- diff --git a/server/version.py b/server/version.py index dc16389..ab3ab68 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 0.11.1' +VERSION = 'ElectrumX 0.11.2' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'