From b29f3317a4022bb8774bbf566dbdbffd21eb241a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:48:16 +0000 Subject: [PATCH] chore(main): release vertexai 0.7.0 (#9393) :robot: I have created a release *beep* *boop* --- ## [0.7.0](https://togithub.com/googleapis/google-cloud-go/compare/vertexai/v0.6.0...vertexai/v0.7.0) (2024-02-08) ### Features * **vertexai:** Add WithREST option to vertexai client ([#9389](https://togithub.com/googleapis/google-cloud-go/issues/9389)) ([f5d56eb](https://togithub.com/googleapis/google-cloud-go/commit/f5d56eb03558fce093a5b9947ae041fba4d844b2)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- .release-please-manifest-individual.json | 2 +- vertexai/CHANGES.md | 7 +++++++ vertexai/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index b088099cd3d4..18eb999fe5cf 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -12,5 +12,5 @@ "pubsublite": "1.8.1", "spanner": "1.56.0", "storage": "1.37.0", - "vertexai": "0.6.0" + "vertexai": "0.7.0" } diff --git a/vertexai/CHANGES.md b/vertexai/CHANGES.md index 661b0cf6d0e4..487005880566 100644 --- a/vertexai/CHANGES.md +++ b/vertexai/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.6.0...vertexai/v0.7.0) (2024-02-08) + + +### Features + +* **vertexai:** Add WithREST option to vertexai client ([#9389](https://github.com/googleapis/google-cloud-go/issues/9389)) ([f5d56eb](https://github.com/googleapis/google-cloud-go/commit/f5d56eb03558fce093a5b9947ae041fba4d844b2)) + ## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.5.2...vertexai/v0.6.0) (2023-12-17) diff --git a/vertexai/internal/version.go b/vertexai/internal/version.go index f9def815f082..9992b881a0e0 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.6.0" +const Version = "0.7.0"