tprepare release 4.0.9 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit ae15bccb8192532afc4908b43f68797cd6239fd6 DIR parent bb41ef3450ff3313b28e7ee87daefdba0ccdf537 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 18 Dec 2020 19:40:39 +0100 prepare release 4.0.9 Diffstat: M RELEASE-NOTES | 6 ++++++ M electrum/version.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,9 @@ +# Release 4.0.9 - (Dec 18, 2020) + * fixes a regression introduced in 4.0.8, that prevents from + paying BIP70 invoices (#6859) + * reflect frozen channels and disconnected peers in the displayed + 'can send/can receive' amounts. + # Release 4.0.8 - (Dec 17, 2020) * fix decoding BIP21 URIs with uppercase schema (d40bedb2) * psbt: put full derivation paths into PSBT by default (c8155129) DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.0.8' # version of the client package -APK_VERSION = '4.0.8.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.0.9' # version of the client package +APK_VERSION = '4.0.9.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested