From 96168d05d8752c4ea24a5270a00383931875af23 Mon Sep 17 00:00:00 2001
From: squidfunk <scifish@gmail.com>
Date: Sun, 15 Jan 2017 11:27:48 +0100
Subject: [PATCH] Added 1.0.2 to changelog and release notes

---
 CHANGELOG             | 4 ++++
 docs/release-notes.md | 8 ++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index cd1fe49b..84f7551c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-1.0.2 (2017-01-15)
+
+  * Fixed horizontal scrollbar in content area
+
 mkdocs-material-1.0.1 (2017-01-14)
 
   * Fixed massive repaints happening when scrolling
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 24b0a81e..2bbd137a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -17,14 +17,18 @@ pip show mkdocs-material | grep -E ^Version
 
 ## Changelog
 
-### 1.0.1 <small> _  January 14, 2017</small>
+### 1.0.2 <small> _ January 15, 2017</small>
+
+  * Fixed horizontal scrollbar in content area
+
+### 1.0.1 <small> _ January 14, 2017</small>
 
 * Fixed massive repaints happening when scrolling
 * Fixed footer back reference positions in case of overflow
 * Fixed header logo from showing when the menu icon is rendered
 * Changed scrollbar behavior to only show when content overflows
 
-### 1.0.0 <small> _  January 13, 2017</small>
+### 1.0.0 <small> _ January 13, 2017</small>
 
 * Introduced Webpack for more sophisticated JavaScript bundling
 * Introduced ESLint and Stylelint for code style checks
-- 
GitLab