diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8dc0705..726d720 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,11 @@ +version 0.9.13 +-------------- + +- fix to reduce verbosity of logging of deprioritised sessions. Sessions + are deprioritised if they are using high bandwidth, or if they are part + of a group using high bandwidth. Previously each delayed request scheduling + would be logged, now only changes in the delay (up or down) are logged. + version 0.9.12 -------------- diff --git a/server/version.py b/server/version.py index 91be23f..69534cf 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.9.12" +VERSION = "ElectrumX 0.9.13"