diff --git a/CHANGELOG b/CHANGELOG
index 84f7551c5..d6a4efcf4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
+mkdocs-material-1.0.3 (2017-01-22)
+
+ * Fixed #117: Table of contents items don't blur on fast scrolling
+ * Refactored sidebar positioning logic
+ * Further reduction of repaints
+
mkdocs-material-1.0.2 (2017-01-15)
- * Fixed horizontal scrollbar in content area
+ * Fixed #108: Horizontal scrollbar in content area
mkdocs-material-1.0.1 (2017-01-14)
diff --git a/docs/release-notes.md b/docs/release-notes.md
index adc7e09a9..c7e40131b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,14 +12,24 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
-# Version 1.0.0
+# Version 1.0.3
```
## Changelog
+### 1.0.3 _ January 22, 2017
+
+* Fixed [#117][117]: Table of contents items don't blur on fast scrolling
+* Refactored sidebar positioning logic
+* Further reduction of repaints
+
+ [117]: https://github.com/squidfunk/mkdocs-material/issues/117
+
### 1.0.2 _ January 15, 2017
- * Fixed horizontal scrollbar in content area
+* Fixed [#108][108]: Horizontal scrollbar in content area
+
+ [108]: https://github.com/squidfunk/mkdocs-material/issues/108
### 1.0.1 _ January 14, 2017
diff --git a/package.json b/package.json
index 158f69abd..1eb2e32dd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",