diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 787767ad6..dc067ab42 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,8 +1,19 @@ +# Release 4.4.4 (May 31, 2023) + * QML GUI: + - fix creating multisig wallets involving BIP39 seeds (#8432) + - fix "cannot scroll to open a lightning channel" (#8446) + - wizard: "confirm seed" screen to normalize whitespaces (#8442) + - fix assert on address details screen (#8420) + * Qt GUI: + - better handle some expected errors in SwapDialog (#8430) + * libsecp256k1: bump bundled version to 0.3.2 (10574bb1) + + # Release 4.4.3 (May 11, 2023) * Intentionally break multisig wallets that have heterogeneous master keys. Versions 4.4.0 to 4.4.2 of Electrum for Android did not check that master keys used the same script type. This may have resulted - in the creation of multisig wallets that that cannot be spent from + in the creation of multisig wallets that cannot be spent from with any existing version of Electrum. It is not sure whether any users are affected by this; if there are any, we will publish instructions on how to spend those coins (#8417, #8418). diff --git a/electrum/version.py b/electrum/version.py index 3135c1310..5351c94a8 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.4.3' # version of the client package -APK_VERSION = '4.4.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.4.4' # version of the client package +APK_VERSION = '4.4.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested