diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ca56588..1f1bb867 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+
+## [0.3.6](https://github.com/justindujardin/ng2-material/compare/v0.3.5...v0.3.6) (2016-04-17)
+
+
+### Bug Fixes
+
+* update messages when form validation status changes ([99df994](https://github.com/justindujardin/ng2-material/commit/99df994))
+
+### Features
+
+* make visibility input available for sidenav (#173) ([b735650](https://github.com/justindujardin/ng2-material/commit/b735650))
+* **JetBrains:** free OS licenses of WebStorm for major contributors ([195ee4c](https://github.com/justindujardin/ng2-material/commit/195ee4c))
+
+
+
## [0.3.5](https://github.com/justindujardin/ng2-material/compare/v0.3.4...v0.3.5) (2016-04-10)
diff --git a/package.json b/package.json
index a520c8e3..30f478bf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-material",
- "version": "0.3.5",
+ "version": "0.3.6",
"description": "",
"main": "dist/ng2-material.js",
"repository": {