From 5251cc8d2f621b7d67d55fa924cbbadfb26960b2 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 22 Oct 2024 18:04:47 +0000 Subject: [PATCH] update release notes for version 4.5.8 --- RELEASE-NOTES | 5 +++++ electrum/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a36b1a90f..7606419da 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +# Release 4.5.8 (Oct 23, 2024) + * Qt Desktop GUI: + - fix: regression: bump_fee and dscancel dialogs erroring (#9273) + + # Release 4.5.7 (Oct 21, 2024) * General: - new: add new historical exchange rate providers: Bitfinex and Bitstamp diff --git a/electrum/version.py b/electrum/version.py index 81e13e268..3e6c8e6f9 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '4.5.7' # version of the client package +ELECTRUM_VERSION = '4.5.8' # version of the client package PROTOCOL_VERSION = '1.4' # protocol version requested