1
0

prepare release 4.5.2

This commit is contained in:
SomberNight
2024-01-19 16:23:24 +00:00
parent 7247130aaf
commit fe03fbf2a0
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
# Release 4.5.2 (January 20, 2024)
* Qt Desktop GUI:
- fix crash during startup/wizard-open (#8833)
# Release 4.5.1 (January 19, 2024) # Release 4.5.1 (January 19, 2024)
* Lightning: * Lightning:
- fix: MPP regression when using gossip that made paying small invoices fail (95c55c542) - fix: MPP regression when using gossip that made paying small invoices fail (95c55c542)

View File

@@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.5.1' # version of the client package ELECTRUM_VERSION = '4.5.2' # version of the client package
APK_VERSION = '4.5.1.0' # read by buildozer.spec APK_VERSION = '4.5.2.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested PROTOCOL_VERSION = '1.4' # protocol version requested