From 7fe041fc2c840a26b0558ea6b5d1d4fcecfa1cc5 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 15 Mar 2023 09:38:38 +0900 Subject: [PATCH] Changelog 1.8.4 --- Build/Version.csproj | 2 +- Changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 70acc9f2b..ee1072976 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.8.3 + 1.8.4 diff --git a/Changelog.md b/Changelog.md index 2c61f8c57..c6432534c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,17 @@ # Changelog +## 1.8.4 + +### Bug fix + +* Fix notification's icon for payment after expiration @dennisreimann +* Error when indexing invoices with some field that are too long (Fix #4771) @NicolasDorier +* Fix API breaking changefor payout processors (Fix #4752) @Kukks + +### Improvements + +* Add CORS for greenfield API (Fix #4758) @Kukks + ## 1.8.3 ### Bug fix