diff --git a/electrumpersonalserver/server/electrumprotocol.py b/electrumpersonalserver/server/electrumprotocol.py index 6184265..603c157 100644 --- a/electrumpersonalserver/server/electrumprotocol.py +++ b/electrumpersonalserver/server/electrumprotocol.py @@ -22,7 +22,7 @@ #protocol documentation #https://github.com/spesmilo/electrumx/blob/master/docs/protocol-methods.rst -SERVER_VERSION_NUMBER = "0.2.3" +SERVER_VERSION_NUMBER = "0.2.4" SERVER_PROTOCOL_VERSION_MAX = 1.4 SERVER_PROTOCOL_VERSION_MIN = 1.1 diff --git a/release-notes b/release-notes index e016834..df72c51 100644 --- a/release-notes +++ b/release-notes @@ -1,3 +1,11 @@ +# Release v0.2.4 (16th June 2022) + +New release, thanks to contributions by andrewtoth and theStack +And thanks to everyone else who contributed via discussion and donations + +* Fixed crash caused by deprecated RPC in Bitcoin Core 23.0 +* Added signet support + # Release v0.2.3 (9th March 2022) New release, thanks to contributions by andrewtoth and federicociro diff --git a/setup.py b/setup.py index 2b16a9c..1d7b0d8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="electrum-personal-server", - version="0.2.3", + version="0.2.4", description="Electrum Personal Server", author="Chris Belcher", license="MIT",