chore(main): release vertexai 0.10.0 (#10221)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json
index 9305184..186ae9a 100644
--- a/.release-please-manifest-individual.json
+++ b/.release-please-manifest-individual.json
@@ -14,5 +14,5 @@
   "pubsublite": "1.8.1",
   "spanner": "1.62.0",
   "storage": "1.41.0",
-  "vertexai": "0.9.0"
+  "vertexai": "0.10.0"
 }
diff --git a/vertexai/CHANGES.md b/vertexai/CHANGES.md
index b4cefbc..6b78b41 100644
--- a/vertexai/CHANGES.md
+++ b/vertexai/CHANGES.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [0.10.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.9.0...vertexai/v0.10.0) (2024-05-20)
+
+
+### Features
+
+* **vertexai:** Infer location when not passed explicitly ([#10222](https://github.com/googleapis/google-cloud-go/issues/10222)) ([4f1f033](https://github.com/googleapis/google-cloud-go/commit/4f1f0339b30d44b52eddcbadd504c31ab215db2e))
+* **vertexai:** Support model garden and tuned models names ([#10197](https://github.com/googleapis/google-cloud-go/issues/10197)) ([d481e0e](https://github.com/googleapis/google-cloud-go/commit/d481e0e746d6c19dc51493b0311f7b8a8029e017)), refs [#9630](https://github.com/googleapis/google-cloud-go/issues/9630)
+
 ## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.8.0...vertexai/v0.9.0) (2024-05-13)
 
 
diff --git a/vertexai/internal/version.go b/vertexai/internal/version.go
index 377388a..0675ba1 100644
--- a/vertexai/internal/version.go
+++ b/vertexai/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.9.0"
+const Version = "0.10.0"