diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12b08e7a50d4e1..6a2b064f4125ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,41 @@
# [Versions](https://mui.com/versions/)
+## v5.15.16
+
+
+
+_Apr 15, 2024_
+
+A big thanks to the 10 contributors who made this release possible.
+This release was mostly about 🐛 bug fixes.
+
+### `@mui/material@5.15.16`
+
+- [Dialog] Prevent onClick on the root element from being overwritten (#41914) @ryanburr
+- Fix import statement in migration guide (#41864) @sai6855
+- [Select] Fix `muiName` property TypeScript error (#41786) @EyaOuenniche
+
+### Docs
+
+- Fix small SEO issues @oliviertassinari
+- Fix 301 redirection @oliviertassinari
+- Fix format git diff regression (#41882) @oliviertassinari
+- Fix 301 links @oliviertassinari
+- [material-ui] Fix Material 3 message typo (#41822) @aarongarciah
+- [material-ui] Remove Data Grid v7 beta callout (#41842) @cherniavskii
+
+### Core
+
+- [base-ui][website] Page
should have no dots @oliviertassinari
+- Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
+- [docs-infra] Use edge function for card generation (#41188) @alexfauquette
+- [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
+- [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
+- [l10n] Fix typo in is-IS locale (#41815) @magnimarels
+- [website] Add Jose to About Us (#41759) @JCQuintas
+
+All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @cherniavskii, @EyaOuenniche, @JCQuintas, @magnimarels, @mithun522, @oliviertassinari, @ryanburr, @sai6855
+
## v5.15.15
diff --git a/package.json b/package.json
index afdefc20ce65e0..a6f08f21082a9e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/monorepo",
- "version": "5.15.15",
+ "version": "5.15.16",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json
index d36067af1256bd..9a52983d559cad 100644
--- a/packages/mui-core-downloads-tracker/package.json
+++ b/packages/mui-core-downloads-tracker/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/core-downloads-tracker",
- "version": "5.15.15",
+ "version": "5.15.16",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json
index f107a0c01ec65f..ef41d82da47575 100644
--- a/packages/mui-icons-material/package.json
+++ b/packages/mui-icons-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/icons-material",
- "version": "5.15.15",
+ "version": "5.15.16",
"private": false,
"author": "MUI Team",
"description": "Material Design icons distributed as SVG React components.",
diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json
index 979205f1c5601c..6bac35e81df352 100644
--- a/packages/mui-material/package.json
+++ b/packages/mui-material/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
- "version": "5.15.15",
+ "version": "5.15.16",
"private": false,
"author": "MUI Team",
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json
index 0ea9a3a934a319..bffa6707bdd4fa 100644
--- a/packages/mui-styles/package.json
+++ b/packages/mui-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
- "version": "5.15.15",
+ "version": "5.15.16",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json
index 22dc6029f00cf5..e1bf78f57554fe 100644
--- a/packages/mui-system/package.json
+++ b/packages/mui-system/package.json
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
- "version": "5.15.15",
+ "version": "5.15.16",
"private": false,
"author": "MUI Team",
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",