diff --git a/CHANGELOG b/CHANGELOG
index 353b090ab..6b07ea28b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-8.2.11 (2022-04-25)
+
+ * Temporarily pinned Pygments to <2.12
+ * Temporarily pinned Python Markdown Extensions to <9.4
+ * Improved rendering of code annotation markers
+
mkdocs-material-8.2.10+insiders-4.13.0 (2022-04-24)
* Added support for tag icons
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 17c864a68..5f32511b1 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,6 +6,12 @@ template: overrides/main.html
## Material for MkDocs
+### 8.2.11 _ April 25, 2022 { id="8.2.11" }
+
+- Temporarily pinned Pygments to `<2.12`
+- Temporarily pinned Python Markdown Extensions to `<9.4`
+- Improved rendering of code annotation markers
+
### 8.2.10 _ April 24, 2022 { id="8.2.10" }
- Added Macedonian translations
diff --git a/material/base.html b/material/base.html
index 6bbf399e2..ede83d8a8 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index ee86aad7c..15a5603a0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.2.10",
+ "version": "8.2.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.2.10",
+ "version": "8.2.11",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 33d59d0b2..273bb4211 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.2.10",
+ "version": "8.2.11",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",