From 8f5aa8ad5f7652eac63f32f56ea6b9cf4000cef1 Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Thu, 16 Feb 2017 23:13:28 +0100
Subject: [PATCH] Prepare 1.0.4 release

---
 CHANGELOG             |  7 +++++++
 docs/release-notes.md | 12 +++++++++++-
 package.json          |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index d6a4efcf..491e58e7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+mkdocs-material-1.0.4 (2017-02-16)
+
+  * Fixed #142: Documentation build errors if h1 is defined as raw HTML
+  * Fixed #164: PyPI release does not build and install
+  * Fixed offsets of targeted headlines
+  * Increased sidebar font size by 0.12rem
+
 mkdocs-material-1.0.3 (2017-01-22)
 
   * Fixed #117: Table of contents items don't blur on fast scrolling
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c7e40131..c0ede00c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,21 @@ To determine the currently installed version, use the following command:
 
 ``` sh
 pip show mkdocs-material | grep -E ^Version
-# Version 1.0.3
+# Version 1.0.4
 ```
 
 ## Changelog
 
+### 1.0.4 <small> _ February 16, 2017</small>
+
+* Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML
+* Fixed [#164][164]: PyPI release does not build and install
+* Fixed offsets of targeted headlines
+* Increased sidebar font size by `0.12rem`
+
+  [142]: https://github.com/squidfunk/mkdocs-material/issues/142
+  [164]: https://github.com/squidfunk/mkdocs-material/issues/164
+
 ### 1.0.3 <small> _ January 22, 2017</small>
 
 * Fixed [#117][117]: Table of contents items don't blur on fast scrolling
diff --git a/package.json b/package.json
index 79fae281..43850190 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "description": "A Material Design theme for MkDocs",
   "keywords": [
     "mkdocs",
-- 
GitLab