We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb41ef3 commit ae15bccCopy full SHA for ae15bcc
RELEASE-NOTES
@@ -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
+
7
# Release 4.0.8 - (Dec 17, 2020)
8
* fix decoding BIP21 URIs with uppercase schema (d40bedb2)
9
* psbt: put full derivation paths into PSBT by default (c8155129)
electrum/version.py
@@ -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
0 commit comments