tprepare release 4.0.8 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit d44581e07225fd16eba6854c5618079311060c63 DIR parent 9fcfa709e097f71a85f5e6c73596ad3b0327814e HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 17 Dec 2020 17:49:51 +0100 prepare release 4.0.8 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.8 - (Dec 17, 2020) + * fix decoding BIP21 URIs with uppercase schema (d40bedb2) + * psbt: put full derivation paths into PSBT by default (c8155129) + * invoices: allow address-reuse (#6609, #6852) + * A few other minor bugfixes. + # Release 4.0.7 - (Dec 9, 2020) * kivy: fix open channel with 'max' amount * kivy: fix regression introduced in last release (a9fc440) DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.0.7' # version of the client package -APK_VERSION = '4.0.7.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.0.8' # version of the client package +APK_VERSION = '4.0.8.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested