Browse Source

prepare release 4.0.8

patch-4
ThomasV 4 years ago
parent
commit
d44581e072
  1. 6
      RELEASE-NOTES
  2. 4
      electrum/version.py

6
RELEASE-NOTES

@ -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)

4
electrum/version.py

@ -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

Loading…
Cancel
Save