diff --git a/CHANGELOG b/CHANGELOG
index 409010605..d1ca25e12 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+mkdocs-material-6.0.2+insiders-1.6.0 (2020-10-11)
+
+ * Added support for search suggestions to save keystrokes
+ * Added support for removing 'Made with Material for MkDocs' from footer
+ * Fixed #1915: search should go to first result by pressing Enter
+
mkdocs-material-6.0.2 (2020-10-04)
* Added Georgian translations
diff --git a/docs/changelog.md b/docs/changelog.md
index 90c005d2e..4be68b3ec 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -6,6 +6,12 @@ template: overrides/main.html
## Material for MkDocs Insiders
+### 1.6.0 _ October 11, 2020
+
+* Added support for search suggestions to save keystrokes
+* Added support for removing __Made with Material for MkDocs__ from footer
+* Fixed #1915: search should go to first result by pressing ++enter++
+
### 1.5.1 _ September 21, 2020
* Fixed content area stretching to whole width for long code blocks
diff --git a/docs/insiders.md b/docs/insiders.md
index 6dea5e383..4cab40dbe 100644
--- a/docs/insiders.md
+++ b/docs/insiders.md
@@ -63,6 +63,7 @@ for MkDocs Insiders. You can click on each feature to learn more about it:
- [x] [Support for user-toggleable themes (light/dark mode switch)][12]
- [x] [Search suggestions help to save keystrokes][13]
- [x] [Highlighting of matched search terms in content area][14]
+- [x] Search goes to first result on ++enter++ (I'm feeling lucky)
- [x] [Navigation can always be expanded via configuration][15]
- [x] [Header can be automatically hidden on scrolling][16]
- [x] [Table of contents can be automatically hidden when empty][17]
@@ -129,6 +130,7 @@ in Material for MkDocs Insiders.
- [x] [Search suggestions help to save keystrokes][13]
- [x] [Highlighting of matched search terms in content area][14]
+- [x] Search goes to first result on ++enter++ (I'm feeling lucky)
- [ ] Support for a user's last searches
- [ ] Improved search result summaries