Changelog and bump

This commit is contained in:
nicolas.dorier 2023-09-02 23:22:47 +09:00
parent b32e0e7cce
commit 79b2f1652b
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>1.11.3</Version> <Version>1.11.4</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View file

@ -1,5 +1,20 @@
# Changelog # 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 ## 1.11.3
### Bug fixes ### Bug fixes