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


The following commit(s) were added to refs/heads/master by this push:
     new 599672b  prepare for 1.19.0 release (#167)
599672b is described below

commit 599672b55986a9caf0bd28a1f08cc4e33f597fbd
Author: David Grove <[email protected]>
AuthorDate: Mon Sep 16 21:39:08 2024 -0400

    prepare for 1.19.0 release (#167)
---
 NOTICE.txt                      | 2 +-
 core/swift51Action/CHANGELOG.md | 6 ++++++
 core/swift53Action/CHANGELOG.md | 6 ++++++
 core/swift54Action/CHANGELOG.md | 6 ++++++
 core/swift57Action/CHANGELOG.md | 6 ++++++
 5 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index d0244e4..098c49a 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Swift
-Copyright 2016-2023 The Apache Software Foundation
+Copyright 2016-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/swift51Action/CHANGELOG.md b/core/swift51Action/CHANGELOG.md
index 47b4da0..174a987 100644
--- a/core/swift51Action/CHANGELOG.md
+++ b/core/swift51Action/CHANGELOG.md
@@ -19,6 +19,12 @@
 
 # Apache OpenWhisk Swift 5.1 Runtime Container
 
+## 1.19.0
+ - Upgrade to gradle 6.9.3 (#166)
+ - Update go proxy to [email protected] (#165)
+ - Update scalafmt plugin version to fix build break (#164)
+ - Update async-http-client from 1.13.1 to 1.13.2.
+
 ## 1.18.0
  - Build go proxy from runtime-go 1.22.0 (#155)
  - Add Support for Swift 5.7 (#153)
diff --git a/core/swift53Action/CHANGELOG.md b/core/swift53Action/CHANGELOG.md
index 73933ea..ba59692 100644
--- a/core/swift53Action/CHANGELOG.md
+++ b/core/swift53Action/CHANGELOG.md
@@ -19,6 +19,12 @@
 
 # Apache OpenWhisk Swift 5.3 Runtime Container
 
+## 1.19.0
+ - Upgrade to gradle 6.9.3 (#166)
+ - Update go proxy to [email protected] (#165)
+ - Update scalafmt plugin version to fix build break (#164)
+ - Update async-http-client from 1.13.1 to 1.13.2.
+
 ## 1.18.0
  - Build go proxy from runtime-go 1.22.0 (#155)
  - Add Support for Swift 5.7 (#153)
diff --git a/core/swift54Action/CHANGELOG.md b/core/swift54Action/CHANGELOG.md
index 094faf4..3c3ab31 100644
--- a/core/swift54Action/CHANGELOG.md
+++ b/core/swift54Action/CHANGELOG.md
@@ -19,6 +19,12 @@
 
 # Apache OpenWhisk Swift 5.4 Runtime Container
 
+## 1.19.0
+ - Upgrade to gradle 6.9.3 (#166)
+ - Update go proxy to [email protected] (#165)
+ - Update scalafmt plugin version to fix build break (#164)
+ - Update async-http-client from 1.13.1 to 1.13.2.
+
 ## 1.18.0
  - Build go proxy from runtime-go 1.22.0 (#155)
  - Add Support for Swift 5.7 (#153)
diff --git a/core/swift57Action/CHANGELOG.md b/core/swift57Action/CHANGELOG.md
index c548fc6..35bcfe8 100644
--- a/core/swift57Action/CHANGELOG.md
+++ b/core/swift57Action/CHANGELOG.md
@@ -19,5 +19,11 @@
 
 # Apache OpenWhisk Swift 5.7 Runtime Container
 
+## 1.19.0
+ - Upgrade to gradle 6.9.3 (#166)
+ - Update go proxy to [email protected] (#165)
+ - Update scalafmt plugin version to fix build break (#164)
+ - Update async-http-client from 1.13.1 to 1.13.2.
+
 ## 1.18.0
  - Initial Release

Reply via email to