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-php.git
The following commit(s) were added to refs/heads/master by this push:
new d664667 prep for 1.17.0 release (#108)
d664667 is described below
commit d664667735f5fbd32f0ec65cea58348393af4ed5
Author: David Grove <[email protected]>
AuthorDate: Wed Aug 4 09:48:17 2021 -0400
prep for 1.17.0 release (#108)
---
core/php7.3Action/CHANGELOG.md | 4 +++-
core/php7.4Action/CHANGELOG.md | 4 +++-
core/php8.0Action/CHANGELOG.md | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index d517959..fba3fec 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -17,8 +17,10 @@
#
-->
-## Next Release
+## Apache 1.17.0
- Update version of PHP to 7.3.29
+ - Build actionloop from [email protected] (#107)
+ - Resolve akka versions explicitly. (#105, #104)
## Apache 1.16.0
- Update version of PHP to 7.3.27
diff --git a/core/php7.4Action/CHANGELOG.md b/core/php7.4Action/CHANGELOG.md
index 5bfb158..324e980 100644
--- a/core/php7.4Action/CHANGELOG.md
+++ b/core/php7.4Action/CHANGELOG.md
@@ -17,8 +17,10 @@
#
-->
-## Next Release
+## Apache 1.17.0
- Update version of PHP to 7.4.21
+ - Build actionloop from [email protected] (#107)
+ - Resolve akka versions explicitly. (#105, #104)
## Apache 1.16.0
- Update version of PHP to 7.4.15
diff --git a/core/php8.0Action/CHANGELOG.md b/core/php8.0Action/CHANGELOG.md
index 12122c7..2b2683a 100644
--- a/core/php8.0Action/CHANGELOG.md
+++ b/core/php8.0Action/CHANGELOG.md
@@ -17,8 +17,10 @@
#
-->
-## Next Release
+## Apache 1.17.0
- Update version of PHP to 8.0.8
+ - Build actionloop from [email protected] (#107)
+ - Resolve akka versions explicitly. (#105, #104)
## Apache 1.16.0
Initial release