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-php.git


The following commit(s) were added to refs/heads/master by this push:
     new 0235f55  update NOTICE and CHANGELOG to prepare for release (#83)
0235f55 is described below

commit 0235f553f72423b5f6701d0da02e446f66b5335c
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 7 12:26:47 2020 -0500

    update NOTICE and CHANGELOG to prepare for release (#83)
---
 NOTICE.txt                     | 2 +-
 core/php7.2Action/CHANGELOG.md | 3 ++-
 core/php7.3Action/CHANGELOG.md | 4 ++--
 core/php7.4Action/CHANGELOG.md | 4 +---
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index efaa052..d484717 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime PHP
-Copyright 2016-2019 The Apache Software Foundation
+Copyright 2016-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/php7.2Action/CHANGELOG.md b/core/php7.2Action/CHANGELOG.md
index fa3111b..3dc4709 100644
--- a/core/php7.2Action/CHANGELOG.md
+++ b/core/php7.2Action/CHANGELOG.md
@@ -17,12 +17,13 @@
 #
 -->
 
-## Apache 1.14.0 (next release)
+## Apache 1.14.0
 Changes:
   - Update version of PHP to 7.2.25
   - Update guzzlehttp/guzzle to 6.5.0
   - Update ramsey/uuid to 3.9.1
   - Support getenv()
+  - Support for __OW_ACTION_VERSION (openwhisk/4761)
 
 ## Apache 1.13.0-incubating
 Changes:
diff --git a/core/php7.3Action/CHANGELOG.md b/core/php7.3Action/CHANGELOG.md
index 1f51a28..e47ce5a 100644
--- a/core/php7.3Action/CHANGELOG.md
+++ b/core/php7.3Action/CHANGELOG.md
@@ -16,14 +16,14 @@
 # limitations under the License.
 #
 -->
-## Apache 1.14.0 (next release)
+## Apache 1.14.0
 Changes:
   - Update version of PHP to 7.3.12
   - Update guzzlehttp/guzzle to 6.5.0
   - Update ramsey/uuid to 3.9.1
   - Added PHP extension mongodb
   - Support getenv()
-
+  - Support for __OW_ACTION_VERSION (openwhisk/4761)
 
 ## Apache 1.13.0-incubating
 Initial release
diff --git a/core/php7.4Action/CHANGELOG.md b/core/php7.4Action/CHANGELOG.md
index 94275af..6cf62b5 100644
--- a/core/php7.4Action/CHANGELOG.md
+++ b/core/php7.4Action/CHANGELOG.md
@@ -16,10 +16,8 @@
 # limitations under the License.
 #
 -->
-## Apache 1.14.0 (next release)
-
+## Apache 1.14.0
 Initial release
-
 - Added: PHP: 7.4.0
 - Added: PHP extensions in addition to the standard ones:
     - bcmath

Reply via email to