diff --git a/README.rst b/README.rst index 336195c..91620da 100644 --- a/README.rst +++ b/README.rst @@ -136,6 +136,11 @@ version for the release of 1.0. ChangeLog ========= +Version 0.11.4 +-------------- + +* peer handling fixes / improvements based on suggestions of hsmiths + Version 0.11.3 -------------- diff --git a/server/version.py b/server/version.py index b080eac..6bbe9c0 100644 --- a/server/version.py +++ b/server/version.py @@ -1,5 +1,5 @@ # Server name and protocol versions -VERSION = 'ElectrumX 0.11.3' +VERSION = 'ElectrumX 0.11.4' PROTOCOL_MIN = '1.0' PROTOCOL_MAX = '1.0'