chore: release main (#8596)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index 31fad20..cb638ac 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -4,7 +4,7 @@
     "advisorynotifications": "1.1.0",
     "ai": "0.1.1",
     "aiplatform": "1.50.0",
-    "alloydb": "1.4.0",
+    "alloydb": "1.5.0",
     "analytics": "0.21.3",
     "apigateway": "1.6.1",
     "apigeeconnect": "1.6.1",
@@ -30,7 +30,7 @@
     "compute": "1.23.0",
     "compute/metadata": "0.2.3",
     "confidentialcomputing": "1.3.0",
-    "config": "0.1.0",
+    "config": "0.1.1",
     "contactcenterinsights": "1.10.0",
     "container": "1.26.0",
     "containeranalysis": "0.11.0",
@@ -40,7 +40,7 @@
     "datafusion": "1.7.1",
     "datalabeling": "0.8.1",
     "dataplex": "1.9.1",
-    "dataproc": "2.1.0",
+    "dataproc": "2.2.0",
     "dataqna": "0.8.1",
     "datastream": "1.10.0",
     "deploy": "1.13.0",
@@ -61,7 +61,7 @@
     "grafeas": "0.3.1",
     "gsuiteaddons": "1.6.1",
     "iam": "1.1.2",
-    "iap": "1.8.1",
+    "iap": "1.9.0",
     "ids": "1.4.1",
     "iot": "1.7.1",
     "kms": "1.15.2",
@@ -73,7 +73,7 @@
     "mediatranslation": "0.8.1",
     "memcache": "1.10.1",
     "metastore": "1.12.0",
-    "migrationcenter": "0.1.0",
+    "migrationcenter": "0.2.0",
     "monitoring": "1.16.0",
     "netapp": "0.2.0",
     "networkconnectivity": "1.13.0",
@@ -89,7 +89,7 @@
     "policysimulator": "0.1.0",
     "policytroubleshooter": "1.9.0",
     "privatecatalog": "0.9.1",
-    "rapidmigrationassessment": "1.0.0",
+    "rapidmigrationassessment": "1.0.1",
     "recaptchaenterprise": "2.7.2",
     "recommendationengine": "0.8.1",
     "recommender": "1.11.0",
@@ -105,7 +105,7 @@
     "servicecontrol": "1.12.1",
     "servicedirectory": "1.11.0",
     "servicemanagement": "1.9.2",
-    "serviceusage": "1.7.1",
+    "serviceusage": "1.8.0",
     "shell": "1.7.1",
     "speech": "1.19.0",
     "storageinsights": "1.0.1",
diff --git a/alloydb/CHANGES.md b/alloydb/CHANGES.md
index f4e7abb..d50b11d 100644
--- a/alloydb/CHANGES.md
+++ b/alloydb/CHANGES.md
@@ -1,6 +1,15 @@
 # Changelog
 
 
+## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.4.0...alloydb/v1.5.0) (2023-09-20)
+
+
+### Features
+
+* **alloydb:** Added enum value for PG15 ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+* **alloydb:** Added enum value for PG15 ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+* **alloydb:** Changed description for recovery_window_days in ContinuousBackupConfig ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+
 ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.3.0...alloydb/v1.4.0) (2023-07-31)
 
 
diff --git a/alloydb/internal/version.go b/alloydb/internal/version.go
index 976cf7e..f348aca 100644
--- a/alloydb/internal/version.go
+++ b/alloydb/internal/version.go
@@ -17,4 +17,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.4.0"
+const Version = "1.5.0"
diff --git a/config/CHANGES.md b/config/CHANGES.md
index 8fd08dc..0af41a4 100644
--- a/config/CHANGES.md
+++ b/config/CHANGES.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/config/v0.1.0...config/v0.1.1) (2023-09-20)
+
+
+### Bug Fixes
+
+* **config:** Change the config service's Ruby namespace to avoid a collision with a base class in the Ruby client platform ([#8576](https://github.com/googleapis/google-cloud-go/issues/8576)) ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+
 ## 0.1.0 (2023-09-11)
 
 
diff --git a/config/internal/version.go b/config/internal/version.go
index 79840af..bdee705 100644
--- a/config/internal/version.go
+++ b/config/internal/version.go
@@ -17,4 +17,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.1.0"
+const Version = "0.1.1"
diff --git a/dataproc/CHANGES.md b/dataproc/CHANGES.md
index e303324..65ed6d2 100644
--- a/dataproc/CHANGES.md
+++ b/dataproc/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [2.2.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.1.0...dataproc/v2.2.0) (2023-09-20)
+
+
+### Features
+
+* **dataproc:** Add optional parameters (tarball_gcs_dir, diagnosis_interval, jobs, yarn_application_ids) in DiagnoseClusterRequest ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+
 ## [2.1.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.0.2...dataproc/v2.1.0) (2023-09-11)
 
 
diff --git a/dataproc/internal/version.go b/dataproc/internal/version.go
index cfdd49b..e044b17 100644
--- a/dataproc/internal/version.go
+++ b/dataproc/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "2.1.0"
+const Version = "2.2.0"
diff --git a/iap/CHANGES.md b/iap/CHANGES.md
index a690da0..7d413df 100644
--- a/iap/CHANGES.md
+++ b/iap/CHANGES.md
@@ -1,5 +1,17 @@
 # Changes
 
+## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/iap/v1.8.1...iap/v1.9.0) (2023-09-20)
+
+
+### Features
+
+* **iap:** Adding programmatic_clients attribute to UpdateIapSettings API request ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+
+
+### Documentation
+
+* **iap:** Fixing Oauth typo ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+
 ## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/iap/v1.8.0...iap/v1.8.1) (2023-06-20)
 
 
diff --git a/iap/internal/version.go b/iap/internal/version.go
index 0212cf2..37e23cd 100644
--- a/iap/internal/version.go
+++ b/iap/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.8.1"
+const Version = "1.9.0"
diff --git a/migrationcenter/CHANGES.md b/migrationcenter/CHANGES.md
index 3233307..45febbc 100644
--- a/migrationcenter/CHANGES.md
+++ b/migrationcenter/CHANGES.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/migrationcenter/v0.1.0...migrationcenter/v0.2.0) (2023-09-20)
+
+
+### Features
+
+* **migrationcenter:** Added GenericInsight which exposes generic insights on assets ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+
 ## 0.1.0 (2023-06-12)
 
 
diff --git a/migrationcenter/internal/version.go b/migrationcenter/internal/version.go
index 79840af..0009bd8 100644
--- a/migrationcenter/internal/version.go
+++ b/migrationcenter/internal/version.go
@@ -17,4 +17,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.1.0"
+const Version = "0.2.0"
diff --git a/rapidmigrationassessment/CHANGES.md b/rapidmigrationassessment/CHANGES.md
index 78e1733..c636e8d 100644
--- a/rapidmigrationassessment/CHANGES.md
+++ b/rapidmigrationassessment/CHANGES.md
@@ -1,6 +1,13 @@
 # Changelog
 
 
+## [1.0.1](https://github.com/googleapis/google-cloud-go/compare/rapidmigrationassessment/v1.0.0...rapidmigrationassessment/v1.0.1) (2023-09-20)
+
+
+### Documentation
+
+* **rapidmigrationassessment:** Update comments ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+
 ## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/rapidmigrationassessment/v0.1.2...rapidmigrationassessment/v1.0.0) (2023-07-24)
 
 
diff --git a/rapidmigrationassessment/internal/version.go b/rapidmigrationassessment/internal/version.go
index 7877009..a004e73 100644
--- a/rapidmigrationassessment/internal/version.go
+++ b/rapidmigrationassessment/internal/version.go
@@ -17,4 +17,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.0.0"
+const Version = "1.0.1"
diff --git a/serviceusage/CHANGES.md b/serviceusage/CHANGES.md
index ee71cc8..41f013d 100644
--- a/serviceusage/CHANGES.md
+++ b/serviceusage/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/serviceusage/v1.7.1...serviceusage/v1.8.0) (2023-09-20)
+
+
+### Features
+
+* **serviceusage:** Introduce resource class serviceusage.googleapis.com/Service ([2f3bb44](https://github.com/googleapis/google-cloud-go/commit/2f3bb443e9fa6968d20806f86b391dad85970afc))
+
 ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/serviceusage/v1.7.0...serviceusage/v1.7.1) (2023-06-20)
 
 
diff --git a/serviceusage/internal/version.go b/serviceusage/internal/version.go
index b0fae9e..0ad9373 100644
--- a/serviceusage/internal/version.go
+++ b/serviceusage/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.7.1"
+const Version = "1.8.0"