diff --git a/CHANGELOG b/CHANGELOG
index 29d35a81b89..a9fe178da27 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-9.5.36 (2024-09-21)
+
+ * Fixed #7544: Social cards incorrectly rendering HTML entities
+ * Fixed #7542: Improved support for setting custom list styles
+
mkdocs-material-9.5.35 (2024-09-18)
* Fixed #7498: Search not showing for Vietnamese language
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 6bac9b8627a..d5c8b03b367 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,11 @@
## Material for MkDocs
+### 9.5.36 September 21, 2024 { id="9.5.36" }
+
+- Fixed #7544: Social cards incorrectly rendering HTML entities
+- Fixed #7542: Improved support for setting custom list styles
+
### 9.5.35 September 18, 2024 { id="9.5.35" }
- Fixed #7498: Search not showing for Vietnamese language
diff --git a/material/__init__.py b/material/__init__.py
index 73e424afb0d..5a9341b62ef 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.35"
+__version__ = "9.5.36"
diff --git a/material/templates/base.html b/material/templates/base.html
index c24dc093be0..dd9e5fe8e3a 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 ce3ef82e084..9793c4b5d5a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.5.35",
+ "version": "9.5.36",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.5.35",
+ "version": "9.5.36",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index 673d01d721b..572bcb8b130 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.5.35",
+ "version": "9.5.36",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",