diff --git a/.changelog/8bc05804dcc64ac6a7a8918c188a2cac.json b/.changelog/8bc05804dcc64ac6a7a8918c188a2cac.json
deleted file mode 100644
index 3de81cfebd6..00000000000
--- a/.changelog/8bc05804dcc64ac6a7a8918c188a2cac.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "id": "8bc05804-dcc6-4ac6-a7a8-918c188a2cac",
-    "type": "feature",
-    "description": "This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.",
-    "modules": [
-        "service/fsx"
-    ]
-}
\ No newline at end of file
diff --git a/.changelog/f7879f9175414955b97cbfcb3a2e9120.json b/.changelog/f7879f9175414955b97cbfcb3a2e9120.json
deleted file mode 100644
index 7cc847c813a..00000000000
--- a/.changelog/f7879f9175414955b97cbfcb3a2e9120.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "id": "f7879f91-7541-4955-b97c-bfcb3a2e9120",
-    "type": "feature",
-    "description": "Adds support for additional statistics in CloudWatch Metric Streams.",
-    "modules": [
-        "service/cloudwatch"
-    ]
-}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87fd04ff1a1..fea012ecc7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# Release (2022-04-13)
+
+## Module Highlights
+* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.18.0](service/cloudwatch/CHANGELOG.md#v1180-2022-04-13)
+  * **Feature**: Adds support for additional statistics in CloudWatch Metric Streams.
+* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.23.0](service/fsx/CHANGELOG.md#v1230-2022-04-13)
+  * **Feature**: This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.
+
 # Release (2022-04-12)
 
 ## General Highlights
diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md
index dbbd3bbb840..24b803b169b 100644
--- a/service/cloudwatch/CHANGELOG.md
+++ b/service/cloudwatch/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v1.18.0 (2022-04-13)
+
+* **Feature**: Adds support for additional statistics in CloudWatch Metric Streams.
+
 # v1.17.3 (2022-03-30)
 
 * **Dependency Update**: Updated to the latest SDK module versions
diff --git a/service/cloudwatch/go_module_metadata.go b/service/cloudwatch/go_module_metadata.go
index 0458c70f7f7..1f6ddd7fc5a 100644
--- a/service/cloudwatch/go_module_metadata.go
+++ b/service/cloudwatch/go_module_metadata.go
@@ -3,4 +3,4 @@
 package cloudwatch
 
 // goModuleVersion is the tagged release for this module
-const goModuleVersion = "1.17.3"
+const goModuleVersion = "1.18.0"
diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md
index c1dd48e401e..b46d4ada6ed 100644
--- a/service/fsx/CHANGELOG.md
+++ b/service/fsx/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v1.23.0 (2022-04-13)
+
+* **Feature**: This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.
+
 # v1.22.0 (2022-04-05)
 
 * **Feature**: Provide customers more visibility into file system status by adding new "Misconfigured Unavailable" status for Amazon FSx for Windows File Server.
diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go
index d6bc5ea14c3..f9b54da1250 100644
--- a/service/fsx/go_module_metadata.go
+++ b/service/fsx/go_module_metadata.go
@@ -3,4 +3,4 @@
 package fsx
 
 // goModuleVersion is the tagged release for this module
-const goModuleVersion = "1.22.0"
+const goModuleVersion = "1.23.0"
diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod
index 1b7249c2f15..256c7840db4 100644
--- a/service/internal/integrationtest/go.mod
+++ b/service/internal/integrationtest/go.mod
@@ -16,7 +16,7 @@ require (
 	github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.3
 	github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.3
 	github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.15.5
-	github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.17.3
+	github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.18.0
 	github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.3
 	github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.3
 	github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.3