chore: release main (#7227)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index 3f95e2a..fd54045 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -23,7 +23,7 @@
   "cloudbuild": "1.6.0",
   "clouddms": "1.5.0",
   "cloudtasks": "1.9.0",
-  "compute": "1.15.0",
+  "compute": "1.15.1",
   "compute/metadata": "0.2.3",
   "contactcenterinsights": "1.5.0",
   "container": "1.10.0",
@@ -33,7 +33,7 @@
   "dataform": "0.6.0",
   "datafusion": "1.6.0",
   "datalabeling": "0.7.0",
-  "dataplex": "1.5.0",
+  "dataplex": "1.5.1",
   "dataproc": "1.9.0",
   "dataqna": "0.7.0",
   "datastream": "1.6.0",
@@ -67,7 +67,7 @@
   "mediatranslation": "0.7.0",
   "memcache": "1.9.0",
   "metastore": "1.10.0",
-  "monitoring": "1.10.0",
+  "monitoring": "1.11.0",
   "networkconnectivity": "1.9.0",
   "networkmanagement": "1.6.0",
   "networksecurity": "0.7.0",
@@ -97,7 +97,7 @@
   "servicemanagement": "1.6.0",
   "serviceusage": "1.5.0",
   "shell": "1.6.0",
-  "speech": "1.11.0",
+  "speech": "1.12.0",
   "storagetransfer": "1.7.0",
   "talent": "1.5.0",
   "texttospeech": "1.6.0",
diff --git a/compute/CHANGES.md b/compute/CHANGES.md
index 970d2a7..ca25185 100644
--- a/compute/CHANGES.md
+++ b/compute/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.15.1](https://github.com/googleapis/google-cloud-go/compare/compute/v1.15.0...compute/v1.15.1) (2023-01-10)
+
+
+### Bug Fixes
+
+* **compute:** Disable numeric enums ([#7231](https://github.com/googleapis/google-cloud-go/issues/7231)) ([30a277d](https://github.com/googleapis/google-cloud-go/commit/30a277dca8a94b24b967cebab847a01b6addf5aa)), refs [#7228](https://github.com/googleapis/google-cloud-go/issues/7228)
+
 ## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.14.0...compute/v1.15.0) (2023-01-04)
 
 
diff --git a/compute/internal/version.go b/compute/internal/version.go
index 43a2a84..7dd6a0a 100644
--- a/compute/internal/version.go
+++ b/compute/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.15.0"
+const Version = "1.15.1"
diff --git a/dataplex/CHANGES.md b/dataplex/CHANGES.md
index 8fef9d3..fac1ced 100644
--- a/dataplex/CHANGES.md
+++ b/dataplex/CHANGES.md
@@ -1,6 +1,13 @@
 # Changes
 
 
+## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.5.0...dataplex/v1.5.1) (2023-01-10)
+
+
+### Documentation
+
+* **dataplex:** Fix minor docstring formatting ([3115df4](https://github.com/googleapis/google-cloud-go/commit/3115df407cd4876d58c79e726308e9f229ceb6ed))
+
 ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.4.0...dataplex/v1.5.0) (2023-01-04)
 
 
diff --git a/dataplex/internal/version.go b/dataplex/internal/version.go
index e93235c..957edad 100644
--- a/dataplex/internal/version.go
+++ b/dataplex/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.5.0"
+const Version = "1.5.1"
diff --git a/monitoring/CHANGES.md b/monitoring/CHANGES.md
index d0a6711..1dd809b 100644
--- a/monitoring/CHANGES.md
+++ b/monitoring/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.10.0...monitoring/v1.11.0) (2023-01-10)
+
+
+### Features
+
+* **monitoring/apiv3:** Added Snooze API support ([3115df4](https://github.com/googleapis/google-cloud-go/commit/3115df407cd4876d58c79e726308e9f229ceb6ed))
+
 ## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.9.1...monitoring/v1.10.0) (2023-01-04)
 
 
diff --git a/monitoring/internal/version.go b/monitoring/internal/version.go
index 1850527..77cefca 100644
--- a/monitoring/internal/version.go
+++ b/monitoring/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.10.0"
+const Version = "1.11.0"
diff --git a/speech/CHANGES.md b/speech/CHANGES.md
index f71ff41..e1155ed 100644
--- a/speech/CHANGES.md
+++ b/speech/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.11.0...speech/v1.12.0) (2023-01-10)
+
+
+### Features
+
+* **speech:** Added ABNF Grammars field in Speech Adaptation     * Added a new field to Speech Adaptation to specify ABNF grammar       definitions ([3115df4](https://github.com/googleapis/google-cloud-go/commit/3115df407cd4876d58c79e726308e9f229ceb6ed))
+
 ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.10.0...speech/v1.11.0) (2023-01-04)
 
 
diff --git a/speech/internal/version.go b/speech/internal/version.go
index 77cefca..4518b5f 100644
--- a/speech/internal/version.go
+++ b/speech/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.11.0"
+const Version = "1.12.0"