diff --git a/CHANGELOG b/CHANGELOG
index 2b7be7623..87dec881b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
-mkdocs-material-2.6.0 (2017-xx-xx)
+mkdocs-material-2.5.1 (2017-01-20)
- * Added permalink to main headline
- * Added English as a fallback for missing translations
+ * Fixed permalink for main headline
+ * Improved missing translation handling with English as a fallback
* Improved accessibility with skip-to-content link
mkdocs-material-2.5.0 (2017-01-13)
diff --git a/docs/release-notes.md b/docs/release-notes.md
index accc27b5e..ebe16c220 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
-# Version 2.5.0
+# Version 2.5.1
```
### Material 1.x to 2.x
@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
+### 2.5.1 _ January 20, 2018
+
+* Fixed permalink for main headline
+* Improved missing translation handling with English as a fallback
+* Improved accessibility with skip-to-content link
+
### 2.5.0 _ January 13, 2018
* Added support for right-to-left languages