From ca55e1f300a83ede660b945e9ca48c7262133f1e Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 15 Apr 2024 22:26:50 +0900 Subject: [PATCH] bump --- Build/Version.csproj | 2 +- Changelog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 6ca5a29ed..5a4f534d5 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.13.0 + 1.13.1 diff --git a/Changelog.md b/Changelog.md index 1c3a7833d..ddcf2c67f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,19 @@ # Changelog +## 1.13.1 + +### Bug fixes + +* Fix: CSV exports from the Reports were exporting dates in 12-hour format instead of 24-hour format. (#5915, #5922) @TChukwuleta +* Fix: Crash when configuring BTCPay Server with a non-default Postgres schema (Fix #5901) @NicolasDorier +* Fix: A payment request with an amount of 0 no longer causes the payment request's page to crash (#5926) @Kukks + +### Improvements + +* Prevent unintentional double payouts (#5931, #5913) @dennisreimann +* The `buyerEmail` field in a Payment Request's form will now set the email for the payment request (#5926) @Kukks +* Added Tether as a supporter to the BTCPay Server Foundation (#5891) @rockstardev + ## 1.13.0 ### New feature