From 487faa69c6635af8afba81e7488f621837b87800 Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Fri, 10 Feb 2023 09:34:46 +0100 Subject: [PATCH] Bump version --- Build/Version.csproj | 2 +- Changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 092c855ed..80ac53f95 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.7.8 + 1.7.9 diff --git a/Changelog.md b/Changelog.md index 8cff00698..1010b8818 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog +## 1.7.9 + +### Bug fixes + +* Fix: Top-Up Invoices display fiat amounts to 9 decimal places in emails (#4570) @Kukks +* LNURL NFC support did not work for lower amount invoices (#4618) @Kukks + ## 1.7.8 With this release, we are providing a migration path for legacy MySql and SQLite installations.