diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 8555e19d18..94ec619a34 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,6 +2,20 @@ 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.22 (2025-01-22) + +* Allowed to display multiple installation notes. +* Showed **Inner Exceptions** in the Solution Runner side-panel +* Hidden logs when no selected application is present. +* Added full docker compose to template. +* Zipped microservice module template for better structuring the solution. +* Upgraded templates to version `9.0.4`. + +## 0.9.21 (2025-01-09) + +* Showed a db test connection message while testing the database connection. +* Fixed books sample's application service. + ## 0.9.20 (2025-01-08) * Upgraded templates to version `9.0.3`. diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 731e38a128..fe39fb7c67 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -4,7 +4,8 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| -| 0.9.20 | 9.0.3 | +| 0.9.22 | 9.0.4 | +| 0.9.20 - 0.9.21 | 9.0.3 | | 0.9.17 to 0.9.19 | 9.0.2 | | 0.9.15 - 0.9.16 | 9.0.1 | | 0.9.9 to 0.9.14 | 9.0.0 |