diff --git a/CHANGELOG b/CHANGELOG
index fc384ac79..a2f519c6c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+mkdocs-material-7.3.3 (2021-10-11)
+
+ * Rewrite of entire documentation
+ * Adjusted height of new content tabs to match single line code blocks
+ * Fixed new content tabs missing right padding in some browsers on overflow
+ * Fixed new content tabs bleeding out of flex container on overflow
+ * Fixed new content tabs overflow scrolling bugs on some browsers
+ * Fixed new content tabs stealing keyboard access when active
+ * Fixed some spacings issues for right-to-left languages
+
mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06)
* Fixed incorrect path separators for social cards on Windows
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 518f4e74f..a47e1126f 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,6 +6,16 @@ template: overrides/main.html
## Material for MkDocs
+### 7.3.3 _ October 11, 2021 { id="7.3.3" }
+
+- Rewrite of entire documentation
+- Adjusted height of new content tabs to match single line code blocks
+- Fixed new content tabs missing right padding in some browsers on overflow
+- Fixed new content tabs bleeding out of flex container on overflow
+- Fixed new content tabs overflow scrolling bugs on some browsers
+- Fixed new content tabs stealing keyboard access when active
+- Fixed some spacings issues for right-to-left languages
+
### 7.3.2 _ October 6, 2021 { id="7.3.2" }
- Deprecated prebuilding of search index
diff --git a/material/base.html b/material/base.html
index 3a47a676d..e19e04d6d 100644
--- a/material/base.html
+++ b/material/base.html
@@ -27,7 +27,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 9d64a85f1..9998b2455 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "7.3.2",
+ "version": "7.3.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ef255ff40..1d848a7e0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "7.3.2",
+ "version": "7.3.3",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",