Skip to content

Commit ae15bcc

Browse files
committed
prepare release 4.0.9
1 parent bb41ef3 commit ae15bcc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

RELEASE-NOTES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 4.0.9 - (Dec 18, 2020)
2+
* fixes a regression introduced in 4.0.8, that prevents from
3+
paying BIP70 invoices (#6859)
4+
* reflect frozen channels and disconnected peers in the displayed
5+
'can send/can receive' amounts.
6+
17
# Release 4.0.8 - (Dec 17, 2020)
28
* fix decoding BIP21 URIs with uppercase schema (d40bedb2)
39
* psbt: put full derivation paths into PSBT by default (c8155129)

electrum/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ELECTRUM_VERSION = '4.0.8' # version of the client package
2-
APK_VERSION = '4.0.8.0' # read by buildozer.spec
1+
ELECTRUM_VERSION = '4.0.9' # version of the client package
2+
APK_VERSION = '4.0.9.0' # read by buildozer.spec
33

44
PROTOCOL_VERSION = '1.4' # protocol version requested
55

0 commit comments

Comments
 (0)