From 79b2f1652bd06d0ce28e627b4edcc9ac0c7c3173 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 2 Sep 2023 23:22:47 +0900 Subject: [PATCH] Changelog and bump --- Build/Version.csproj | 2 +- Changelog.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 293807c00..124262e75 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.11.3 + 1.11.4 diff --git a/Changelog.md b/Changelog.md index 7c3f5fb77..2052089e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,20 @@ # Changelog +## 1.11.4 + +Minor update recommended for deployment stacks which were using MySQL/SQLite backend in the past such as Raspiblitz, Umbrel, Embassy OS. + +We fix a migration to postgres error that has been introduced a few versions ago. + +### New feature + +* Display wallet balance in default currency in the on-chain wallet navigation (#5281) @vbouzon + +### Bug fixes + +* Fix: Error on the MigrationStartupTask (#5233) @NicolasDorier +* Fix: The "Open in wallet" button in the checkout page was not working properly on some browsers (#5284) @dennisreimann + ## 1.11.3 ### Bug fixes