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