From 85ffbfc83f50bde9d82245ffc71650dcec75be2f Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 13 Mar 2024 12:53:44 +0000 Subject: [PATCH] prepare release 4.5.4 --- RELEASE-NOTES | 16 ++++++++++++++++ electrum/version.py | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ec389ff62..c8a18b49e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,19 @@ +# Release 4.5.4 (March 14, 2024) + * General: + - fix: failing WalletDB upgrade(58) in 4.5.3 (#8913), for wallets with + partial txs saved into the history as local txs + * Lightning: + - changed: use longer final_cltv_delta for client-normal-swap, to + give more time for user to come back online while doing the swap (#8940) + - changed: create trampoline onions even when directly paying + a trampoline forwarder node (777c2ffb) + * Hardware wallets: + - Trezor: + - fix: allow adding SLIP-19 ownership proofs to complete inputs (#8910) + * Plugins: + - fix: a race in swapserver when handling server-normal-swaps (#8825) + + # Release 4.5.3 (February 23, 2024) * General: - changed: label tx sizes as "vbytes", and feerates as "sat/vbyte" (#8864) diff --git a/electrum/version.py b/electrum/version.py index 95aa55aa3..b6e429a14 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.5.3' # version of the client package -APK_VERSION = '4.5.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.5.4' # version of the client package +APK_VERSION = '4.5.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested