diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 63e821853f..10f76880ab 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,6 +2,15 @@ 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. +## 0.9.24 (2025-03-11) + +* Added automatic installation of necessary dependencies. +* Added user feedback collection after the first week of application usage. +* Added ability to add business services while creating a new microservice solution. +* Fixed database migration issue during module installation. +* Fixed angular ESLint dependency issue. +* Upgraded templates to version `9.1.0`. + ## 0.9.23 (2025-02-04) * Fixed **Open with Terminal** option not working on macOS. diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 838c9b7d87..3aa2a1cd7e 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -4,6 +4,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| +| 0.9.24 | 9.1.0 | | 0.9.22 - 0.9.23 | 9.0.4 | | 0.9.20 - 0.9.21 | 9.0.3 | | 0.9.17 to 0.9.19 | 9.0.2 |