diff --git a/docusaurus/docs/release-notes.md b/docusaurus/docs/release-notes.md
index bfe020e779..b667b84cca 100644
--- a/docusaurus/docs/release-notes.md
+++ b/docusaurus/docs/release-notes.md
@@ -11,7 +11,7 @@ This page lists all the Strapi Docs version numbers and their corresponding upda
๐ง Strapi Docs version numbers explained:
-The Strapi Documentation (Strapi Docs) at [docs.strapi.io](https://docs.strapi.io) always documents the latest version of Strapi (CMS and Cloud) products.
+The **Strapi Documentation** (Strapi Docs) at [docs.strapi.io](https://docs.strapi.io) **always documents the latest version of Strapi (CMS and Cloud) products**.
Since Strapi Docs version 5.0.0, the **docs' version number is independent from the Strapi product version**. Thus, the version numbers of [`strapi/documentation`](https://github.com/strapi/documentation) and [`strapi/strapi`](https://github.com/strapi/strapi) may differ.
@@ -25,6 +25,83 @@ New versions (minor or patch) are generally released weekly, on Wednesdays.
+## 5.1.1
+
+### ๐ Updated content
+
+#### Strapi Cloud
+
+* [List environments with Cloud CLI](https://github.com/strapi/documentation/pull/2239)
+
+#### Dev Docs
+
+* [`publicationAt` breaking change](https://github.com/strapi/documentation/pull/2249)
+
+### ๐งน Chore, fixes, typos, and other improvements
+
+#### Strapi Cloud
+
+* [Update wording on purchasable extra Seats](https://github.com/strapi/documentation/pull/2238)
+
+#### Dev Docs
+
+* [Clarify sorting for relational fields in the Content Manager list view](https://github.com/strapi/documentation/pull/2224)
+* [Fix typo for `v4CompatibilityMode` flag](https://github.com/strapi/documentation/pull/2257)
+* [Fix step-by-step v4 โ v5 migration (v4CompatibilityMode flag)](https://github.com/strapi/documentation/pull/2255)
+* [Update environment declaration in Docker guide](https://github.com/strapi/documentation/pull/2253)
+* [Fix createStrapi method in TypeScript development documentation](https://github.com/strapi/documentation/pull/2248)
+* [Fix links in the REST API documentation](https://github.com/strapi/documentation/pull/2247)
+* [Fix CheckPagePermissions code example in helper-plugin deprecation guide](https://github.com/strapi/documentation/pull/2244)
+* [Fix typo for init command in Plugin SDK](https://github.com/strapi/documentation/pull/2243)
+* [Add link to ms package for examples for JWT expiresIn](https://github.com/strapi/documentation/pull/2242)
+
+#### Repository
+
+* [Update LICENSE](https://github.com/strapi/documentation/pull/2251)
+
+
+***
+
+This release was made possible thanks to the following contributors. Thank you! ๐ซถ
+
+
+
+
+
+
## 5.1.0
### โจ New content