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-dotnet.git
The following commit(s) were added to refs/heads/master by this push:
new 95f4eea update changelogs for 1.15 release (#40)
95f4eea is described below
commit 95f4eeab36d9a7c2fd31bd4062be1a1e13ed19ab
Author: David Grove <[email protected]>
AuthorDate: Thu Jul 23 17:08:51 2020 -0400
update changelogs for 1.15 release (#40)
---
core/dotnet2.2/CHANGELOG.md | 4 ++--
core/dotnet3.1/CHANGELOG.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/dotnet2.2/CHANGELOG.md b/core/dotnet2.2/CHANGELOG.md
index 71ff900..551f4fd 100644
--- a/core/dotnet2.2/CHANGELOG.md
+++ b/core/dotnet2.2/CHANGELOG.md
@@ -20,11 +20,11 @@
# .NET Core 2.2 OpenWhisk Runtime Container
-## 1.15 (next release)
+## 1.15
Changes:
+- Increased MaxRequestBodySize, so larger zip files can be uploaded (#33)
- Get the latest security fixes (apk upgrade) with every build.
-
## 1.14
Changes:
- Support for async methods. Example:
diff --git a/core/dotnet3.1/CHANGELOG.md b/core/dotnet3.1/CHANGELOG.md
index ed867b6..90c8e54 100644
--- a/core/dotnet3.1/CHANGELOG.md
+++ b/core/dotnet3.1/CHANGELOG.md
@@ -20,11 +20,11 @@
# .NET Core 3.1 OpenWhisk Runtime Container
-## 1.15 (next release)
+## 1.15
Changes:
+- Increased MaxRequestBodySize, so larger zip files can be uploaded (#33)
- Get the latest security fixes (apk upgrade) with every build.
-
## 1.14
Changes:
- Initial release