update change logs
diff --git a/.gitignore b/.gitignore
index 12a4dcf..2f4a13d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,6 @@
 yarn-debug.log*
 yarn-error.log*
 yarn.lock*
+
+# release
+release/
diff --git a/CHANGES.md b/CHANGES.md
index d5c0042..baf33fc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,10 @@
 # Changes
 
+## 0.2.0
+
+1. Fix: `secureConnectionStart` is zero bug.
+2. Fix: `response.status` judge bug.
+
 ## 0.1.0
 
 1. Establish the browser exception and tracing core.
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 9362fec..7dae97c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.1.0",
+  "version": "0.2.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index feaaf16..b457d4d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.1.0",
+  "version": "0.2.0",
   "description": "js monitor",
   "main": "index.js",
   "repository": "apache/skywalking-client-js",