From a35bf54a02f0aec5040cfe910e8caa0cb8e837c6 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 22 Dec 2023 14:12:17 +0900 Subject: [PATCH] Changelog and bump --- Build/Version.csproj | 2 +- Changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 5749e2b19..786575b36 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.12.2 + 1.12.3 diff --git a/Changelog.md b/Changelog.md index c963f78e3..bddd240d6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.12.3 + +### Bug fixes + +* Fix: Crashes would happen on some plugins introducing new apps type (#5590) @dennisreimann + ## 1.12.2 ### Bug fixes