diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index 147e359..7d67cbe 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -1,3 +1,12 @@ +version 0.7.4 +------------- + +- really fix reorgs, they still triggered an assertion. If you hit a reorg + I believe your DB is fine and all you need to do is restart with updated + software +- introduced a new debug env var FORCE_REORG which I used to simulate a + reorg and confirm they should work + version 0.7.3 ------------- diff --git a/server/version.py b/server/version.py index 7fab096..aa6eb22 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.7.3" +VERSION = "ElectrumX 0.7.4"