diff --git a/CHANGELOG b/CHANGELOG
index 55a2e4750..254af0904 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-9.5.10 (2024-02-19)
+
+ * Added Bahasa Malaysia translations
+ * Fixed #6783: Hide continue reading link for blog posts withour separators
+ * Fixed #6779: Incorrect positioning of integrated table of contents
+
mkdocs-material-9.5.9 (2024-02-10)
* Fixed navigation pruning with tabs and sections enabled
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index d5a382795..5829b6bc9 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,12 @@
## Material for MkDocs
+### 9.5.10 February 19, 2024 { id="9.5.10" }
+
+- Added Bahasa Malaysia translations
+- Fixed #6783: Hide continue reading link for blog posts withour separators
+- Fixed #6779: Incorrect positioning of integrated table of contents
+
### 9.5.9 February 10, 2024 { id="9.5.9" }
- Fixed navigation pruning with tabs and sections enabled
diff --git a/material/__init__.py b/material/__init__.py
index 8242c81b1..485f05286 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.5.9"
+__version__ = "9.5.10"
diff --git a/material/templates/base.html b/material/templates/base.html
index 5ed6533fc..d564b257a 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 a11d4b538..b67fff87b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.5.9",
+ "version": "9.5.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.5.9",
+ "version": "9.5.10",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index 203ea3d89..491f279cd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.5.9",
+ "version": "9.5.10",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",