diff --git a/CHANGELOG b/CHANGELOG
index 2b5e3ddec..dda40a92a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-9.5.50 (2025-01-18)
+
+ * Fixed #7913: Social plugin renders attribute lists in page title
+
mkdocs-material-9.5.49+insiders-4.53.15 (2025-01-15)
* Fixed #7896: Scoped tags listings not rendering in subsections
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 7267869fc..57bb56972 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,10 @@
## Material for MkDocs
+### 9.5.50 January 18, 2025 { id="9.5.50" }
+
+- Fixed #7913: Social plugin renders attribute lists in page title
+
### 9.5.49 December 16, 2024 { id="9.5.49" }
- Adjusted title color in dark mode for all supported Mermaid.js diagrams
diff --git a/material/__init__.py b/material/__init__.py
index 110ab6eec..3a08ca845 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.49"
+__version__ = "9.5.50"
diff --git a/material/templates/base.html b/material/templates/base.html
index 08646d3f9..267a23920 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 f6efbce05..0e6a75bc4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.5.49",
+ "version": "9.5.50",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.5.49",
+ "version": "9.5.50",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index c0404a398..ccee1ca17 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.5.49",
+ "version": "9.5.50",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",