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