diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index d3d5267fd40f..11129d7ef456 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -14,5 +14,5 @@ "pubsublite": "1.8.2", "spanner": "1.64.0", "storage": "1.43.0", - "vertexai": "0.12.0" + "vertexai": "0.13.0" } diff --git a/vertexai/CHANGES.md b/vertexai/CHANGES.md index a3ea6d6aeeea..81b9ab39b575 100644 --- a/vertexai/CHANGES.md +++ b/vertexai/CHANGES.md @@ -1,5 +1,18 @@ # Changelog +## [0.13.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.12.0...vertexai/v0.13.0) (2024-07-11) + + +### Features + +* **vertexai/genai:** Add WithClientInfo option ([#10535](https://github.com/googleapis/google-cloud-go/issues/10535)) ([265963b](https://github.com/googleapis/google-cloud-go/commit/265963bd5b91c257b3c3d3c1f52cdf2b5f4c9d1a)) + + +### Bug Fixes + +* **vertexai:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) +* **vertexai:** Bump google.golang.org/grpc@v1.64.1 ([8ecc4e9](https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5)) + ## [0.12.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.11.0...vertexai/v0.12.0) (2024-06-12) diff --git a/vertexai/internal/version.go b/vertexai/internal/version.go index 1bcfd8a58abc..d30714fbcf9c 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.12.0" +const Version = "0.13.0"