From 104f2b1c24b8c6b801c26f57a008067894e3682e Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Mon, 22 Jan 2018 19:13:40 +0100 Subject: [PATCH] Fixed wrong headings in release notes and changelog --- CHANGELOG | 2 +- docs/release-notes.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 360ef053..1ce890d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -mkdocs-material-2.5.2 (2017-01-XX) +mkdocs-material-2.5.2 (2017-01-22) * Added default search language mappings for all localizations * Fixed #673: Error loading non-existent search language diff --git a/docs/release-notes.md b/docs/release-notes.md index 0a31efc0..c62553f5 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.1 +# Version 2.5.2 ``` ### Material 1.x to 2.x @@ -38,7 +38,7 @@ pip show mkdocs-material | grep -E ^Version ## Changelog -### 2.5.2 <small>_ January XX, 2018</small> +### 2.5.2 <small>_ January 22, 2018</small> * Added default search language mappings for all localizations * Fixed [#673][673]: Error loading non-existent search language -- GitLab