diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index a8d7ea3581..ed828a5141 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,15 +2,21 @@ 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.11 (2024-11-21) + +* Fixed the extension loading problem occured in v0.9.9 & v0.9.10. + ## 0.9.10 (2024-11-21) +> Recommended to use v0.9.11+ for .NET 9. + * Added shortcut for Build & Start operation (CTRL + Click) * Fixed extension loading loop problem in v0.9.9 * Fixed MAUI template for android ## 0.9.9 (2024-11-21) -> Recommended to use v0.9.10 for .NET 9. +> Recommended to use v0.9.11+ for .NET 9. * Upgraded templates to .NET 9 * Fixed blazor wasm bundle problem in microservice template diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 3398260053..c00b09ee95 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -4,7 +4,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| -| 0.9.9 - 0.9.10 | 9.0.0 | +| 0.9.9 to 0.9.11 | 9.0.0 | | 0.9.8 | 8.3.4 | | 0.9.5 to 0.9.7 | 8.3.3 | | 0.9.2 to 0.9.4 | 8.3.2 |