diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0d7e5be..8dc0705 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,13 @@ +version 0.9.12 +-------------- + +- enchancements to RPC and logging. getinfo output has changed, a couple + of fields renamed. + issue 77: add PID to getinfo + issue 78: start RPC immediately, don't wait for catch-up + issue 79: show IPv6 address-port combinations properly in [] + issue 80: show DB and daemon heights in getinfo + version 0.9.11 -------------- diff --git a/server/version.py b/server/version.py index 8df7658..91be23f 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.11" +VERSION = "ElectrumX 0.9.12"