From 1d8a6edb4ee7e4883a2f94d6fbc5fc0d330bb26b Mon Sep 17 00:00:00 2001 From: David Grove Date: Tue, 16 May 2023 08:48:00 -0400 Subject: [PATCH] prep for 1.15 release (#101) --- NOTICE.txt | 2 +- core/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NOTICE.txt b/NOTICE.txt index 9fab02d..f7fa5a9 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache OpenWhisk Runtime Docker -Copyright 2016-2021 The Apache Software Foundation +Copyright 2016-2023 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 8362802..c7a22cc 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -22,6 +22,7 @@ ## 1.15.0 - Update base python image to `python:3.11-alpine` - Update python dependacies + - Support array result include sequence action (#92) ## 1.14.0 - Support for __OW_ACTION_VERSION (openwhisk/4761)