diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d1444dfcb..a3ffd557b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,19 @@ +# Release 4.1.0 - (not released yet; release notes are a draft) + * The wallet creation wizard will no longer ask for seed type, + and create segwit wallets. Older seed types can still be + created wit the command line. + * Lightning: + - support multi-part-payment + - support trampoline routing (enabled by default) + - channel backups can be recovered from seed (enabled by default) + - submarine swaps are available on kivy/android. + - support upfront_shutdown_script + * GUI: invoices (both incoming and outgoing) are automatically + removed from the list once they are paid. Invoice details can + still be accessed from the transaction history. + * Android: if possible, use the same password for all wallets + + # Release 4.0.9 - (Dec 18, 2020) * fixes a regression introduced in 4.0.8, that prevents from paying BIP70 invoices (#6859) diff --git a/electrum/version.py b/electrum/version.py index bc558280b..7b1ee48b2 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.0.9' # version of the client package -APK_VERSION = '4.0.9.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.0' # version of the client package +APK_VERSION = '4.1.0.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested