This is an automated email from the ASF dual-hosted git repository. tardieu pushed a commit to branch new-version in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-composer.git
commit a562e65b1b9d3ad979a7884f206bb092b3f73b5b Author: Olivier Tardieu <[email protected]> AuthorDate: Fri Mar 29 13:29:39 2019 -0400 New revision + 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",
