diff --git a/CHANGELOG b/CHANGELOG
index 1a2bef57f..f132c0111 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27)
+
+ * Fixed #6251: Cards in grids cut off on very small screens
+ * Fixed #6241: Using social plugin + static-i18n plugin errors
+
+mkdocs-material-9.4.7 (2023-10-27)
+
+ * Added Azerbaijani translations
+
mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14)
* Fixed #6186: Privacy plugin ignores hash fragments on images
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index bc7b06542..c3fea06dd 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,10 @@
## Material for MkDocs
+### 9.4.7 October 27, 2023 { id="9.4.7" }
+
+- Added Azerbaijani translations
+
### 9.4.6 October 14, 2023 { id="9.4.6" }
- Updated Danish and Norwegian (Nynorsk) translations
diff --git a/docs/insiders/changelog/index.md b/docs/insiders/changelog/index.md
index c38f58b1c..80acc7aff 100644
--- a/docs/insiders/changelog/index.md
+++ b/docs/insiders/changelog/index.md
@@ -2,6 +2,11 @@
## Material for MkDocs Insiders
+### 4.42.3 October 27, 2023 { id="4.42.3" }
+
+- Fixed #6251: Cards in grids cut off on very small screens
+- Fixed #6241: Using social plugin + static-i18n plugin errors
+
### 4.42.2 October 14, 2023 { id="4.42.2" }
- Fixed #6186: Privacy plugin ignores hash fragments on images
diff --git a/material/__init__.py b/material/__init__.py
index 36c6b4c9b..13eb2282f 100644
--- a/material/__init__.py
+++ b/material/__init__.py
@@ -18,4 +18,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
-__version__ = "9.4.6"
+__version__ = "9.4.7"
diff --git a/material/templates/base.html b/material/templates/base.html
index 3c78d3eea..d03677f01 100644
--- a/material/templates/base.html
+++ b/material/templates/base.html
@@ -32,7 +32,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 249452093..8179833d0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.4.6",
+ "version": "9.4.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.4.6",
+ "version": "9.4.7",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index d8db41aae..53ee1cac8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",