chore: release main (#6208)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index 19158c2..00b99da 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -1,7 +1,7 @@
 {
   "accessapproval": "1.3.0",
   "accesscontextmanager": "1.2.0",
-  "aiplatform": "1.12.0",
+  "aiplatform": "1.13.0",
   "analytics": "0.7.0",
   "apigateway": "1.2.0",
   "apigeeconnect": "1.2.0",
@@ -14,7 +14,7 @@
   "baremetalsolution": "0.1.0",
   "batch": "0.1.0",
   "billing": "1.2.0",
-  "binaryauthorization": "0.5.0",
+  "binaryauthorization": "0.6.0",
   "certificatemanager": "0.2.0",
   "channel": "1.6.0",
   "cloudbuild": "1.2.0",
@@ -96,7 +96,7 @@
   "tpu": "1.2.0",
   "trace": "1.2.0",
   "translate": "1.2.0",
-  "video": "1.5.0",
+  "video": "1.6.0",
   "videointelligence": "1.2.0",
   "vision/v2": "2.0.0",
   "vmmigration": "0.3.0",
diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md
index 8808453..55f7165 100644
--- a/aiplatform/CHANGES.md
+++ b/aiplatform/CHANGES.md
@@ -1,6 +1,13 @@
 # Changes
 
 
+## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.12.0...aiplatform/v1.13.0) (2022-06-17)
+
+
+### Features
+
+* **aiplatform:** add model_version_id to UploadModelResponse in aiplatform v1 model_service.proto ([c84e111](https://github.com/googleapis/google-cloud-go/commit/c84e111db5d3f57f4e8fbb5dfff0219d052435a0))
+
 ## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.11.0...aiplatform/v1.12.0) (2022-06-16)
 
 
diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go
index 4518b5f..efedadb 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.12.0"
+const Version = "1.13.0"
diff --git a/binaryauthorization/CHANGES.md b/binaryauthorization/CHANGES.md
index 3e418d0..8bbcce1 100644
--- a/binaryauthorization/CHANGES.md
+++ b/binaryauthorization/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v0.5.0...binaryauthorization/v0.6.0) (2022-06-17)
+
+
+### Features
+
+* **binaryauthorization:** Adds a pod_namespace field to pod events created by Continuous Validation, to distinguish pods with the same name that run in different namespaces ([c84e111](https://github.com/googleapis/google-cloud-go/commit/c84e111db5d3f57f4e8fbb5dfff0219d052435a0))
+
 ## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v0.4.0...binaryauthorization/v0.5.0) (2022-05-09)
 
 
diff --git a/binaryauthorization/internal/version.go b/binaryauthorization/internal/version.go
index d0d3f79..75ae2d0 100644
--- a/binaryauthorization/internal/version.go
+++ b/binaryauthorization/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.5.0"
+const Version = "0.6.0"
diff --git a/video/CHANGES.md b/video/CHANGES.md
index 8ccb066..f682599 100644
--- a/video/CHANGES.md
+++ b/video/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.5.0...video/v1.6.0) (2022-06-17)
+
+
+### Features
+
+* **video/transcoder:** add support for user labels for job and job template ([c84e111](https://github.com/googleapis/google-cloud-go/commit/c84e111db5d3f57f4e8fbb5dfff0219d052435a0))
+
 ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.4.0...video/v1.5.0) (2022-06-16)
 
 
diff --git a/video/internal/version.go b/video/internal/version.go
index e93235c..05d3396 100644
--- a/video/internal/version.go
+++ b/video/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.6.0"