This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-composer.git
The following commit(s) were added to refs/heads/master by this push:
new 35fad14 New revision + changelog (#37)
35fad14 is described below
commit 35fad149738691802bd37c6b6e4a5e9a7d72df3e
Author: Olivier Tardieu <[email protected]>
AuthorDate: Fri Mar 29 15:30:06 2019 -0400
New revision + changelog (#37)
Prepare for composer 0.11.0 release by updating package.json and ChangeLog
---
CHANGELOG.md | 7 +++++++
package.json | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
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",