diff --git a/CHANGELOG b/CHANGELOG
index 9a4446719..0e1cb04dd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-6.2.6 (2021-01-26)
+
+ * Added Bulgarian translations
+ * Fixed #2233: Search not shown when using header autohiding
+
mkdocs-material-6.2.5+insiders-1.16.0 (2021-01-17)
* Added latest release to repository info (GitHub)
diff --git a/docs/changelog.md b/docs/changelog.md
index f21af5792..810873b75 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -6,6 +6,11 @@ template: overrides/main.html
## Material for MkDocs
+### 6.2.6 _ January 26, 2021
+
+- Added Bulgarian translations
+- Fixed #2233: Search not shown when using header autohiding
+
### 6.2.5 _ January 17, 2021
- Fixed syntax error in Swedish translations
diff --git a/material/base.html b/material/base.html
index f7bf94067..781d6ca58 100644
--- a/material/base.html
+++ b/material/base.html
@@ -27,7 +27,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 b4368d69c..5584cd600 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "6.2.5",
+ "version": "6.2.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index a45f62627..e2613493d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "6.2.5",
+ "version": "6.2.6",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",