Browse Source

update release notes for version 4.5.8

master
SomberNight 1 year ago
parent
commit
5251cc8d2f
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 5
      RELEASE-NOTES
  2. 2
      electrum/version.py

5
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) # Release 4.5.7 (Oct 21, 2024)
* General: * General:
- new: add new historical exchange rate providers: Bitfinex and Bitstamp - new: add new historical exchange rate providers: Bitfinex and Bitstamp

2
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 PROTOCOL_VERSION = '1.4' # protocol version requested

Loading…
Cancel
Save