chore: release main (#6395)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index 2fcae63..cce348f 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -1,13 +1,13 @@
 {
   "accessapproval": "1.3.0",
   "accesscontextmanager": "1.2.0",
-  "aiplatform": "1.14.0",
+  "aiplatform": "1.15.0",
   "analytics": "0.8.0",
   "apigateway": "1.2.0",
   "apigeeconnect": "1.2.0",
   "appengine": "1.3.0",
   "area120": "0.4.0",
-  "artifactregistry": "1.3.0",
+  "artifactregistry": "1.4.0",
   "asset": "1.3.0",
   "assuredworkloads": "1.2.0",
   "automl": "1.4.0",
@@ -64,7 +64,7 @@
   "monitoring": "1.5.0",
   "networkconnectivity": "1.2.0",
   "networkmanagement": "1.3.0",
-  "networksecurity": "0.3.0",
+  "networksecurity": "0.3.1",
   "notebooks": "1.0.0",
   "optimization": "1.0.0",
   "orchestration": "1.2.0",
@@ -85,7 +85,7 @@
   "scheduler": "1.3.0",
   "secretmanager": "1.5.0",
   "security": "1.4.1",
-  "securitycenter": "1.9.0",
+  "securitycenter": "1.10.0",
   "servicecontrol": "1.3.0",
   "servicedirectory": "1.3.0",
   "servicemanagement": "1.3.1",
diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md
index b3876cd..fc3cadc 100644
--- a/aiplatform/CHANGES.md
+++ b/aiplatform/CHANGES.md
@@ -1,6 +1,13 @@
 # Changes
 
 
+## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.14.0...aiplatform/v1.15.0) (2022-07-26)
+
+
+### Features
+
+* **aiplatform:** add a DeploymentResourcePool API resource_definition feat: add shared_resources for supported prediction_resources ([8a8ba85](https://github.com/googleapis/google-cloud-go/commit/8a8ba85311f85701c97fd7c10f1d88b738ce423f))
+
 ## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.13.0...aiplatform/v1.14.0) (2022-06-29)
 
 
diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go
index c9ba918..43a2a84 100644
--- a/aiplatform/internal/version.go
+++ b/aiplatform/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.14.0"
+const Version = "1.15.0"
diff --git a/artifactregistry/CHANGES.md b/artifactregistry/CHANGES.md
index 8268a7c..14275a8 100644
--- a/artifactregistry/CHANGES.md
+++ b/artifactregistry/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/artifactregistry/v1.3.0...artifactregistry/v1.4.0) (2022-07-26)
+
+
+### Features
+
+* **artifactregistry:** start generating apiv1 ([#6403](https://github.com/googleapis/google-cloud-go/issues/6403)) ([045b544](https://github.com/googleapis/google-cloud-go/commit/045b544619f6199acefe454b015bc6b30d595bf3))
+
 ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/artifactregistry/v1.2.0...artifactregistry/v1.3.0) (2022-02-23)
 
 
diff --git a/artifactregistry/internal/version.go b/artifactregistry/internal/version.go
index bb0fead..9fa087b 100644
--- a/artifactregistry/internal/version.go
+++ b/artifactregistry/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.3.0"
+const Version = "1.4.0"
diff --git a/networksecurity/CHANGES.md b/networksecurity/CHANGES.md
index 4ce467e..4416f86 100644
--- a/networksecurity/CHANGES.md
+++ b/networksecurity/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [0.3.1](https://github.com/googleapis/google-cloud-go/compare/networksecurity/v0.3.0...networksecurity/v0.3.1) (2022-07-26)
+
+
+### Documentation
+
+* **networksecurity:** update the comments of various networksecurity resources fix!: fix annotation of parent in Create*Request ([1ffeb95](https://github.com/googleapis/google-cloud-go/commit/1ffeb9557bf1f18cc131aff40ec7e0e15a9f4ead))
+
 ## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/networksecurity/v0.2.0...networksecurity/v0.3.0) (2022-02-23)
 
 
diff --git a/networksecurity/internal/version.go b/networksecurity/internal/version.go
index 2d40693..f244b8b 100644
--- a/networksecurity/internal/version.go
+++ b/networksecurity/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.3.0"
+const Version = "0.3.1"
diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md
index 204b778..62773f2 100644
--- a/securitycenter/CHANGES.md
+++ b/securitycenter/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.9.0...securitycenter/v1.10.0) (2022-07-26)
+
+
+### Features
+
+* **securitycenter:** Added container field to findings attributes feat: Added kubernetes field to findings attribute. This field is populated only when the container is a kubernetes cluster explicitly ([1ffeb95](https://github.com/googleapis/google-cloud-go/commit/1ffeb9557bf1f18cc131aff40ec7e0e15a9f4ead))
+
 ## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.8.0...securitycenter/v1.9.0) (2022-07-12)
 
 
diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go
index 37e23cd..1850527 100644
--- a/securitycenter/internal/version.go
+++ b/securitycenter/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.9.0"
+const Version = "1.10.0"