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/openwhisk-runtime-swift.git
The following commit(s) were added to refs/heads/master by this push:
new 1d8b360 update CHANGELOG for release (#116)
1d8b360 is described below
commit 1d8b36004e69cf73bbe9673a82ede2f228787e4c
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 7 12:52:31 2020 -0500
update CHANGELOG for release (#116)
---
core/swift41Action/CHANGELOG.md | 7 +++++++
core/swift42Action/CHANGELOG.md | 3 +++
core/swift51Action/CHANGELOG.md | 2 ++
3 files changed, 12 insertions(+)
diff --git a/core/swift41Action/CHANGELOG.md b/core/swift41Action/CHANGELOG.md
index 74d7e45..2ecdf2a 100644
--- a/core/swift41Action/CHANGELOG.md
+++ b/core/swift41Action/CHANGELOG.md
@@ -19,6 +19,13 @@
# Apache OpenWhisk Swift 4.1 Runtime Container
+## 1.14.0
+ - Support for __OW_ACTION_VERSION (openwhisk/4761)
+
+## 1.13.0-incubating
+
+## 1.12.0-incubating
+
## 1.0.8
Changes:
- Update base image to use python proxy from openwhisk/dockerskeleton:1.3.3
diff --git a/core/swift42Action/CHANGELOG.md b/core/swift42Action/CHANGELOG.md
index 8d9137a..dcd4920 100644
--- a/core/swift42Action/CHANGELOG.md
+++ b/core/swift42Action/CHANGELOG.md
@@ -19,6 +19,9 @@
# Apache OpenWhisk Swift 4.2 Runtime Container
+## 1.14.0
+ - Support for __OW_ACTION_VERSION (openwhisk/4761)
+
## 1.13.0-incubating
- Initial Release
diff --git a/core/swift51Action/CHANGELOG.md b/core/swift51Action/CHANGELOG.md
index b55b5f5..15865dd 100644
--- a/core/swift51Action/CHANGELOG.md
+++ b/core/swift51Action/CHANGELOG.md
@@ -19,3 +19,5 @@
# Apache OpenWhisk Swift 5.1 Runtime Container
+## 1.14.0
+ - Initial Release