diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 5140de9647..7d5575786b 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,6 +2,14 @@ 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.2 (2024-10-22) + +* Added "Sample CRUD Page" option for pro templates +* Generated *Signing-Certificate* for appnolayers template +* Added test projects optionally for all templates +* Added automapper configuration to apps/web project for ms template +* Disabled *transaction* for `MongoDB` and `SQLite` by default + ## 0.9.1 (2024-10-10) * Fixed the ABP Studio CLI's Bundle Command diff --git a/docs/en/studio/version-compatibility.md b/docs/en/studio/version-compatibility.md index cd6850fcab..8cfc373bcb 100644 --- a/docs/en/studio/version-compatibility.md +++ b/docs/en/studio/version-compatibility.md @@ -4,6 +4,7 @@ This document provides an overview of the compatibility between various versions | **ABP Studio Version** | **ABP Version** | |------------------------|---------------------------| +| 0.9.2 | 8.3.2 | | 0.8.4 - 0.9.1 | 8.3.1 | | 0.8.1 to 0.8.3 | 8.3.0 | | 0.8.0 | 8.2.3 |