diff --git a/docusaurus/docs/release-notes.md b/docusaurus/docs/release-notes.md index e724be32c6..0b2e4c47b3 100644 --- a/docusaurus/docs/release-notes.md +++ b/docusaurus/docs/release-notes.md @@ -18,13 +18,65 @@ Since Strapi Docs version 5.0.0, the **docs' version number is independent from Strapi Docs now follow the **[semantic versioning](https://semver.org/)** philosophy, but adapted to docs: - **Major version** (6.0.0, 7.0.0…): A **significant rewrite** of the docs (content or framework). This may impact the user experience, redesign the site, or break old links (redirections are handled, but broken links can be [reported](https://github.com/strapi/documentation/issues/new/choose)). -- **Minor version** (5.1.0, 5.2.0…): **New Strapi features or improvements** to the docs (e.g., new components or tools). +- **Minor version** (5.1.0, 5.2.0…): **New Strapi features** or improvements to the docs (e.g., new components or tools). - **Patch version** (5.1.1, 5.1.2…): **Content updates**, including improvement or extension of existing pages, code examples fixes, and typos. New versions (minor or patch) are generally released weekly, on Wednesdays. +## 5.2.1 + +### 🖌 Updated content + +- [Add `strapi cloud environment link` to Cloud CLI](https://github.com/strapi/documentation/pull/2282) +- [Add new Cloud regions](https://github.com/strapi/documentation/pull/2290) + +### 🧹 Chore, fixes, typos, and other improvements + +#### Dev Docs +- [Add useTypescriptMigrations](https://github.com/strapi/documentation/pull/2283) +- [Fix typo in retro-compatibility flag value](https://github.com/strapi/documentation/pull/2294) +- [Fix typo in example code for injectComponent in Admin Panel API docs ](https://github.com/strapi/documentation/pull/2287) +- [Fix outdated mention of Gold plan in SSO docs](https://github.com/strapi/documentation/pull/2286) +- [Fix locale param. example in Interactive Query Builder](https://github.com/strapi/documentation/pull/2285) +- [Fix discardDraft() Document Service API example](https://github.com/strapi/documentation/pull/2284) + +#### Strapi Cloud +- [Update credit cards handling](https://github.com/strapi/documentation/pull/2262) + +#### Repository +- [Add release notes script](https://github.com/strapi/documentation/pull/2289) + +*** +This release was made possible thanks to the following contributors. Thank you! 🫶 +
+ + DomDew + + + boiiiboi + + + Jimimimi + + + gonbaum + + + innerdvations + + + kibwashere + + + pwizla + +
+
+
+ + ## 5.2.0 ### ✨ New content