New revision + changelog (#37)

Prepare for composer 0.11.0 release by updating package.json and ChangeLog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04b9901..54e2b52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,13 @@
 
 # Changelog
 
+
+## v0.11.0
+* Annotate conductor actions with the `provide-api-key` annotation.
+* Add `--kind` and `--timeout` flags to `deploy` command.
+* Add `--file` and `-o` flags to `compose` command.
+* Update documentation.
+
 ## v0.10.0
 
 * Add new [parallel](docs/COMBINATORS.md#parallel) and
diff --git a/package.json b/package.json
index 11f9102..4afaaf9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk-composer",
-  "version": "0.10.0",
+  "version": "0.11.0",
   "description": "Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.",
   "homepage": "https://github.com/apache/incubator-openwhisk-composer",
   "main": "composer.js",