diff --git a/CHANGELOG b/CHANGELOG
index 2e3fe79be..14d21d052 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+mkdocs-material-9.5.13 (2024-03-06)
+
+ * Updated Slovak translations
+ * Improved info plugin intertop with projects plugin
+ * Improved info plugin inclusion/exclusion logic
+ * Fixed info plugin not gathering files recursively
+ * Fixed #6750: Ensure info plugin packs up all necessary files
+
mkdocs-material-9.5.12 (2024-02-29)
* Fixed #6846: Some meta tags removed on instant navigation (9.4.2 regression)
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index d05899294..4c3bd3704 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,14 @@
## Material for MkDocs
+### 9.5.13 March 6, 2024 { id="9.5.13" }
+
+- Updated Slovak translations
+- Improved info plugin intertop with projects plugin
+- Improved info plugin inclusion/exclusion logic
+- Fixed info plugin not gathering files recursively
+- Fixed #6750: Ensure info plugin packs up all necessary files
+
### 9.5.12 February 29, 2024 { id="9.5.12" }
- Fixed #6846: Some meta tags removed on instant navigation (9.4.2 regression)
diff --git a/material/__init__.py b/material/__init__.py
index 76ed22eee..8e605c1c8 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.12"
+__version__ = "9.5.13"
diff --git a/material/templates/base.html b/material/templates/base.html
index 8ad0ac898..99aebc5d1 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 e95ff6638..7c027ff36 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.5.12",
+ "version": "9.5.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.5.12",
+ "version": "9.5.13",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index 9486f8ed8..f1a24f67c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.5.12",
+ "version": "9.5.13",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",