From a035ec1c0a0fdeb79646d939d0361b73b754f32c Mon Sep 17 00:00:00 2001 From: selman koc <64414348+skoc10@users.noreply.github.com> Date: Wed, 25 Mar 2026 16:23:13 +0300 Subject: [PATCH 1/2] Update release notes for version 2.2.4 Updated release notes for version 2.2.4, added new features and changes. --- docs/en/studio/release-notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 6f0f552224..3f4714f57f 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -9,7 +9,12 @@ This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version. -## 2.2.3 (2026-03-24) Latest +## 2.2.4 (2026-03-25) Latest + +- Add `Template Create and Build` workflow +- Disable NuGetAudit in template common.props to prevent CLI deadlock during initial migration + +## 2.2.3 (2026-03-24) - Fix PostHog environment detection From 56529f821593d25a8ae5a73c9e7a004258b7c7b1 Mon Sep 17 00:00:00 2001 From: selman koc <64414348+skoc10@users.noreply.github.com> Date: Wed, 25 Mar 2026 16:24:26 +0300 Subject: [PATCH 2/2] Update ABP Studio version range for 10.1.1 --- docs/en/studio/version-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index f81cde93f0..baa5b24ff1 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -11,7 +11,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| -| 2.2.2 - 2.2.3 | 10.1.1 | +| 2.2.2 - 2.2.4 | 10.1.1 | | 2.2.1 | 10.1.0 | | 2.1.5 - 2.1.9 | 10.0.2 | | 2.1.0 - 2.1.4 | 10.0.1 |