This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git
The following commit(s) were added to refs/heads/master by this push:
new 98a23d4 update changelog for 1.15.0 release (#49)
98a23d4 is described below
commit 98a23d47d890923c9187ee77e7b95d7d6a07d8e3
Author: David Grove <[email protected]>
AuthorDate: Sat Oct 3 01:26:11 2020 -0400
update changelog for 1.15.0 release (#49)
---
core/ruby2.5Action/CHANGELOG.md | 3 +++
core/ruby2.6ActionLoop/CHANGELOG.txt | 3 +++
2 files changed, 6 insertions(+)
diff --git a/core/ruby2.5Action/CHANGELOG.md b/core/ruby2.5Action/CHANGELOG.md
index 5f0c15c..8eb3ac5 100644
--- a/core/ruby2.5Action/CHANGELOG.md
+++ b/core/ruby2.5Action/CHANGELOG.md
@@ -19,6 +19,9 @@
# Ruby 2.5 OpenWhisk Runtime Container
+## 1.15.0
+ - Build proxy using golang 1.15 and openwhisk-runtime-go 1.16.0 (#48)
+
## 1.14.0
- Support for __OW_ACTION_VERSION (openwhisk/4761)
diff --git a/core/ruby2.6ActionLoop/CHANGELOG.txt
b/core/ruby2.6ActionLoop/CHANGELOG.txt
index 1a769d0..7219f9e 100644
--- a/core/ruby2.6ActionLoop/CHANGELOG.txt
+++ b/core/ruby2.6ActionLoop/CHANGELOG.txt
@@ -19,5 +19,8 @@
# Ruby 2.6 OpenWhisk Runtime Container
+## 1.15.0
+ - Build proxy using golang 1.15 and openwhisk-runtime-go 1.16.0 (#48)
+
## 1.14.0
- Initial Release