diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..2ed14fc
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+
+# [0.2.0](https://github.com/hydrateio/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)
+
+
+### Features
+
+* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/hydrateio/react-from-json/commit/d77e080))
+
+
+
+
+# 0.1.0 (2018-09-28)
+
+
+
diff --git a/package.json b/package.json
index 05338a4..570508b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-from-json",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Declare your React component tree in JSON",
"author": "hydrateio",
"license": "MIT",