diff --git a/README.rst b/README.rst index 4995053..a56362f 100644 --- a/README.rst +++ b/README.rst @@ -133,6 +133,12 @@ Roadmap ChangeLog ========= +Version 1.0.14 +-------------- + +- revert the changes to mempool handling of 1.0.13; I think they introduced + a notification bug + Version 1.0.13 -------------- diff --git a/server/version.py b/server/version.py index fe5ea6a..9826a62 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 1.0.13' +VERSION = 'ElectrumX 1.0.14' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'