Prepare for 1.18.0 release (#159)

diff --git a/NOTICE.txt b/NOTICE.txt
index a08f7fc..d0244e4 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Swift
-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/swift51Action/CHANGELOG.md b/core/swift51Action/CHANGELOG.md
index 33c6ff7..47b4da0 100644
--- a/core/swift51Action/CHANGELOG.md
+++ b/core/swift51Action/CHANGELOG.md
@@ -19,6 +19,13 @@
 
 # Apache OpenWhisk Swift 5.1 Runtime Container
 
+## 1.18.0
+ - Build go proxy from runtime-go 1.22.0 (#155)
+ - Add Support for Swift 5.7 (#153)
+ - Support array result include sequence action (#150)
+ - Update to Gradle 6 (#151)
+ - Remove Swift 4 support (#145)
+
 ## 1.17.0
 - Build actionloop from 1.16@1.18.0 (#143)
 - Resolve akka versions explicitly. (#141, #139)
diff --git a/core/swift53Action/CHANGELOG.md b/core/swift53Action/CHANGELOG.md
index e0de9fd..73933ea 100644
--- a/core/swift53Action/CHANGELOG.md
+++ b/core/swift53Action/CHANGELOG.md
@@ -19,6 +19,13 @@
 
 # Apache OpenWhisk Swift 5.3 Runtime Container
 
+## 1.18.0
+ - Build go proxy from runtime-go 1.22.0 (#155)
+ - Add Support for Swift 5.7 (#153)
+ - Support array result include sequence action (#150)
+ - Update to Gradle 6 (#151)
+ - Remove Swift 4 support (#145)
+
 ## 1.17.0
 - Build actionloop from 1.16@1.18.0 (#143)
 - Resolve akka versions explicitly. (#141, #139)
diff --git a/core/swift54Action/CHANGELOG.md b/core/swift54Action/CHANGELOG.md
index d43dc0a..094faf4 100644
--- a/core/swift54Action/CHANGELOG.md
+++ b/core/swift54Action/CHANGELOG.md
@@ -19,5 +19,12 @@
 
 # Apache OpenWhisk Swift 5.4 Runtime Container
 
+## 1.18.0
+ - Build go proxy from runtime-go 1.22.0 (#155)
+ - Add Support for Swift 5.7 (#153)
+ - Support array result include sequence action (#150)
+ - Update to Gradle 6 (#151)
+ - Remove Swift 4 support (#145)
+
 ## 1.17.0
  - Initial Release
diff --git a/core/swift57Action/CHANGELOG.md b/core/swift57Action/CHANGELOG.md
index 45636dc..c548fc6 100644
--- a/core/swift57Action/CHANGELOG.md
+++ b/core/swift57Action/CHANGELOG.md
@@ -19,7 +19,5 @@
 
 # Apache OpenWhisk Swift 5.7 Runtime Container
 
-- Support for swift async/await
-
-## 1.17.0
- - Next Apache Release
+## 1.18.0
+ - Initial Release