From e5602a86a20c6ad132dc60db90bf3cbe41e0b759 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 30 Apr 2022 12:58:58 +0900 Subject: [PATCH] bump --- Build/Version.csproj | 2 +- Changelog.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 924c8dfd8..ee3efb27b 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.5.0 + 1.5.1 diff --git a/Changelog.md b/Changelog.md index 7e6ba676a..2fc80604b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,18 @@ # Changelog +## 1.5.1 + +### Bug fixes: + +* Do not show balance if can't get the balance (#3695) @NicolasDorier +* Fix performance issue on dashboard for big wallets (#3694) @NicolasDorier +* Do not crash if /apps/{appId} do not exists @NicolasDorier + +### Improvements: + +* Remove logs about pending invoices @NicolasDorier +* Add missing swagger doc for auto approval of payouts @Kukks + ## 1.5.0 ### New features: