diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8687d5bf9..8eadeaf66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [6.0.1](https://github.com/reactstrap/reactstrap/compare/6.0.0...6.0.1) (2018-05-02)
+
+
+### Bug Fixes
+
+* **CustomInput:** fix Invalid propType. ([#994](https://github.com/reactstrap/reactstrap/issues/994)) ([35ca0a8](https://github.com/reactstrap/reactstrap/commit/35ca0a8)), closes [#993](https://github.com/reactstrap/reactstrap/issues/993)
+
+
+
# [6.0.0](https://github.com/reactstrap/reactstrap/compare/5.0.0...6.0.0) (2018-05-01)
diff --git a/package.json b/package.json
index e060d7148..7fd076215 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reactstrap",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "React Bootstrap 4 components",
"main": "dist/reactstrap.cjs.js",
"jsnext:main": "dist/reactstrap.es.js",