diff --git a/NOTICE.txt b/NOTICE.txt index b42f91f..bfef949 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache OpenWhisk Runtime Dotnet -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/dotnet3.1/CHANGELOG.md b/core/dotnet3.1/CHANGELOG.md index 18cc387..f856950 100644 --- a/core/dotnet3.1/CHANGELOG.md +++ b/core/dotnet3.1/CHANGELOG.md @@ -19,6 +19,8 @@ # .NET Core 3.1 OpenWhisk Runtime Container +## 1.17 +- Support array result include sequence action (#65) ## 1.16 - Fix Akka version ($55) diff --git a/core/net6.0/CHANGELOG.md b/core/net6.0/CHANGELOG.md index 19bcf32..a9a6ffb 100644 --- a/core/net6.0/CHANGELOG.md +++ b/core/net6.0/CHANGELOG.md @@ -19,5 +19,5 @@ # .NET 6.0 OpenWhisk Runtime Container -## 1.16 +## 1.17 - Initial release