prepare for 1.19.0 release (#167)
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 1.23@1.25.0 (#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 1.23@1.25.0 (#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 1.23@1.25.0 (#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 1.23@1.25.0 (#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