prepare for 1.16.0 release (#138)

diff --git a/NOTICE.txt b/NOTICE.txt
index de6fcf7..a08f7fc 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Swift
-Copyright 2016-2020 The Apache Software Foundation
+Copyright 2016-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/swift42Action/CHANGELOG.md b/core/swift42Action/CHANGELOG.md
index 89bbdbb..e8da936 100644
--- a/core/swift42Action/CHANGELOG.md
+++ b/core/swift42Action/CHANGELOG.md
@@ -19,6 +19,9 @@
 
 # Apache OpenWhisk Swift 4.2 Runtime Container
 
+## 1.16.0
+  - Use 1.17.0 release of openwhisk-runtime-go
+
 ## 1.15.0
   - Move from golang:1.12 to golang:1.15 to build the runtime proxy. (#121)
   - Build proxy from openwhisk-runtime-go 1.16.0 release (#122)
diff --git a/core/swift51Action/CHANGELOG.md b/core/swift51Action/CHANGELOG.md
index a4fe92d..333225a 100644
--- a/core/swift51Action/CHANGELOG.md
+++ b/core/swift51Action/CHANGELOG.md
@@ -19,6 +19,9 @@
 
 # Apache OpenWhisk Swift 5.1 Runtime Container
 
+## 1.16.0
+  - Use 1.17.0 release of openwhisk-runtime-go
+
 ## 1.15.0
   - Update Swift 5.1 image to Swift 5.1.5 (#120)
   - Move from golang:1.12 to golang:1.15 to build the runtime proxy (#121)
diff --git a/core/swift53Action/CHANGELOG.md b/core/swift53Action/CHANGELOG.md
index 932bd52..993d894 100644
--- a/core/swift53Action/CHANGELOG.md
+++ b/core/swift53Action/CHANGELOG.md
@@ -19,5 +19,5 @@
 
 # Apache OpenWhisk Swift 5.3 Runtime Container
 
-## NEXT RELEASE
+## 1.16.0
  - Initial Release