diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91af368..2bb6f7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Change Log
 
+## 0.2.0 - Oct 9, 2015
+
+**Implemented enhancements:**
+
+* Now supports React 0.14!
+
 ## 0.1.17 - Oct 9, 2015
 
 **Implemented enhancements, merged pull requrests:**
diff --git a/package.json b/package.json
index e329d9f..c7b946c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "react-notification-system",
-  "version": "0.1.17",
+  "version": "0.2.0",
   "description": "A React Notification System fully customized",
   "main": "dist/notification-system.js",
   "scripts": {