diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index c06a4cf91ce1..491d7192c34e 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -14,5 +14,5 @@ "pubsublite": "1.8.2", "spanner": "1.70.0", "storage": "1.45.0", - "vertexai": "0.13.1" + "vertexai": "0.13.2" } diff --git a/vertexai/CHANGES.md b/vertexai/CHANGES.md index 9adc4fba88b1..e8461597241a 100644 --- a/vertexai/CHANGES.md +++ b/vertexai/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.2](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.13.1...vertexai/v0.13.2) (2024-10-29) + + +### Bug Fixes + +* **vertexai:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **vertexai:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([2b8ca4b](https://github.com/googleapis/google-cloud-go/commit/2b8ca4b4127ce3025c7a21cc7247510e07cc5625)) + ## [0.13.1](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.13.0...vertexai/v0.13.1) (2024-09-05) @@ -182,4 +190,3 @@ ### Features * **vertexai:** Vertex AI for go ([#9095](https://github.com/googleapis/google-cloud-go/issues/9095)) ([b3b293a](https://github.com/googleapis/google-cloud-go/commit/b3b293aee06690ed734bb19c404eb6c8af893fa1)) - diff --git a/vertexai/internal/version.go b/vertexai/internal/version.go index d49cc7ff36ff..ad7ef183e0ec 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.13.1" +const Version = "0.13.2"