cli 1.1.0 release config file (#347)

diff --git a/release-configs/cli-1.1.0.json b/release-configs/cli-1.1.0.json
new file mode 100644
index 0000000..8f6dd31
--- /dev/null
+++ b/release-configs/cli-1.1.0.json
@@ -0,0 +1,29 @@
+{
+  "versioning": {
+    "version": "1.1.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-cli",
+    "openwhisk-client-go",
+    "openwhisk-wskdeploy"
+  ],
+  "openwhisk_cli": {
+    "name": "OpenWhisk Command-line Interface (CLI)",
+    "hash": "d4307b767c69a36ee824ada959edb3454b239d1d",
+    "repository": "https://github.com/apache/openwhisk-cli.git",
+    "branch": "master"
+  },
+  "openwhisk_client_go": {
+    "name": "OpenWhisk Client Go",
+    "hash": "49c58e00354d315ce82766c785c69193df0514e8",
+    "repository": "https://github.com/apache/openwhisk-client-go.git",
+    "branch": "master"
+  },
+  "openwhisk_wskdeploy": {
+    "name": "OpenWhisk Wskdeploy",
+    "hash": "757241c475c20a6d8bd07a3e528dc8303512a26f",
+    "repository": "https://github.com/apache/openwhisk-wskdeploy.git",
+    "branch": "master"
+  }
+}