Reflect changes on Airflow sensor/operator and essence
Fix spontaneous failures of test cases due to delayed client disconnection
Rename event '*.notify_*' to '*.report_*'
Add a new function to report status of workflow runs
Bump up version

Change-Id: I4fe25ec504751c6ea7a196c56ee4d157bab35abd
diff --git a/package.json b/package.json
index 676fcb1..fe064f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cord_workflow_controller",
-    "version": "0.1.2",
+    "version": "0.2.0",
     "description": "CORD Workflow Controller",
     "main": "src/server.js",
     "scripts": {
@@ -45,4 +45,4 @@
       "mocha-multi-reporters": "^1.1.7",
       "mocha-junit-reporter": "^1.23.0"
     }
-  }
\ No newline at end of file
+  }