From 1238f645aa1a7d07b5e29abe346cae5aca1cd36c Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 26 May 2022 20:47:17 +0200 Subject: [PATCH] prepare release 4.2.2 --- RELEASE-NOTES | 16 ++++++++++++++++ electrum/version.py | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 57aa94820..d8f73733c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,19 @@ +# Release 4.2.2 - (May 27, 2022) + * Lightning: + - watching onchain outputs: significant perf. improvements (#7781) + - enforce relative order of some msgs during chan reestablishment, + lack of which can lead to unwanted force-closures (#7830) + - fix: in case of a force-close containing incoming HTLCs, we were + redeeming all HTLCs that we know the preimage for. This might + publish the preimage of an incomplete MPP. (1a5ef554, e74e9d8e) + * Hardware wallets: + - smarter pairing during sign_transaction (238619f1) + - keepkey: fix pairing with device using a workaround (#7779) + * fix AppImage failing to run on certain systems (#7784) + * fix "Automated BIP39 recovery" not scanning change paths (#7804) + * bypass network proxy for localhost electrum server (#3126) + + # Release 4.2.1 - (March 26, 2022) * Binaries: - Windows: we are dropping support for Windows 7. (#7728) diff --git a/electrum/version.py b/electrum/version.py index 7a38b72ca..9f9bb1d2c 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.2.1' # version of the client package -APK_VERSION = '4.2.1.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.2.2' # version of the client package +APK_VERSION = '4.2.2.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested