diff --git a/CHANGELOG b/CHANGELOG
index 46db924dc..a94bd32bb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-9.5.26 (2024-06-06)
+
+ * Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
+ * Fixed #7230: Blog author avatar broken when refering to local file
+
mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)
* Fixed projects plugin crashing when serving before building subprojects
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 2344f4544..8305a50cc 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,11 @@
## Material for MkDocs
+### 9.5.26 June 6, 2024 { id="9.5.26" }
+
+- Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
+- Fixed #7230: Blog author avatar broken when refering to local file
+
### 9.5.25 May 27, 2024 { id="9.5.25" }
- Fixed #7209: Tags plugin crashing on numeric tags
diff --git a/material/__init__.py b/material/__init__.py
index 7b8ed91e9..4ace7d9a2 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.25"
+__version__ = "9.5.26"
diff --git a/material/templates/base.html b/material/templates/base.html
index 6060b724d..1a5e5d7b8 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 62f3548c3..6c4863417 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.5.25",
+ "version": "9.5.26",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.5.25",
+ "version": "9.5.26",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",
diff --git a/package.json b/package.json
index e88ad577c..0c8658d79 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.5.25",
+ "version": "9.5.26",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",