diff --git a/CHANGELOG b/CHANGELOG
index 37df318d7..d01eb18d1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+mkdocs-material-8.4.3 (2022-09-07)
+
+ * Added Simple Icons to bundled icons (+2,3k icons)
+ * Added support for changing edit icon
+ * Moved page actions to separate partial (actions.html)
+ * Fixed #4291: Version switching doesn't stay on page when anchors are used
+ * Fixed #4327: Links in data tables do not receive link styling
+
mkdocs-material-8.4.2 (2022-08-27)
* Updated Slovenian translations
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 8d29aa3b7..2f61bb84d 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,6 +6,14 @@ template: overrides/main.html
## Material for MkDocs
+### 8.4.3 _ September 7, 2022 { id="8.4.3" }
+
+- Added Simple Icons to bundled icons (+2,3k icons)
+- Added support for changing edit icon
+- Moved page actions to separate partial (`actions.html`)
+- Fixed #4291: Version switching doesn't stay on page when anchors are used
+- Fixed #4327: Links in data tables do not receive link styling
+
### 8.4.2 _ August 27, 2022 { id="8.4.2" }
- Updated Slovenian translations
diff --git a/material/base.html b/material/base.html
index 6b5759bba..20042a478 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index fca18cc40..a5a95fab0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.4.2",
+ "version": "8.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.4.2",
+ "version": "8.4.3",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 064977e55..21283db6b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.4.2",
+ "version": "8.4.3",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",