diff --git a/CHANGELOG b/CHANGELOG
index b7273bb8f..05adb6902 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-9.4.1 (2023-09-22)
+
+ * Improved colors and contrast in dark mode
+ * Improved admonition borders to match font weight
+ * Switched content tabs to neutral color
+
mkdocs-material-9.4.0 (2023-09-21)
* Added Belarusian translations
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index c76afdc82..f6c62513a 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,12 @@
## Material for MkDocs
+### 9.4.1 September 22, 2023 { id="9.4.1" }
+
+- Improved colors and contrast in dark mode
+- Improved admonition borders to match font weight
+- Switched content tabs to neutral color
+
### 9.4.0 September 21, 2023 { id="9.4.0" }
- Added Belarusian translations
diff --git a/material/__init__.py b/material/__init__.py
index a6e03b58d..a07baf44f 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.0"
+__version__ = "9.4.1"
diff --git a/material/templates/base.html b/material/templates/base.html
index bd3031a78..2f6155608 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 47cb14c6c..4e3cdb234 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.4.0",
+ "version": "9.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.4.0",
+ "version": "9.4.1",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index 66d52a3ef..5e6ea6885 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",