From 83c948d12f2820be0e01d318b389955e61425043 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 14 Nov 2024 22:44:33 +0900 Subject: [PATCH] bump 1.13.7 --- Build/Version.csproj | 2 +- Changelog.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 6f45bfab1..6ca674d2e 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.13.6 + 1.13.7 diff --git a/Changelog.md b/Changelog.md index 537c8411e..69599a4f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,16 @@ # Changelog +## 1.13.7 + +If you are using Boltcards, we advise you to update to this release. + +### Bug fixes + +* Boltcard would get bricked during reset from the balance view with wrong card (#6400) @NicolasDorier +* Fix: Newline during import of multisig xpub results in different addresses for wallet (#6328 #6386) @NicolasDorier +* Fix: Pay button shouldn't throw exception if currency isn't specific (#6324 #6395) @NicolasDorier +* UI: Allow text break in labels to avoid horizontal scrolling (#6366) @dennisreimann + ## 1.13.6 * Fix: Wrong manifest downloaded when installing plugin on old btcpay (Ported on 1.13.x) (#6354, #6344)