diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index a27896528622..206efe0b1f57 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -12,5 +12,5 @@ "pubsublite": "1.8.1", "spanner": "1.54.0", "storage": "1.36.0", - "vertexai": "0.5.2" + "vertexai": "0.6.0" } diff --git a/vertexai/CHANGES.md b/vertexai/CHANGES.md index 56ae8b586c55..661b0cf6d0e4 100644 --- a/vertexai/CHANGES.md +++ b/vertexai/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.5.2...vertexai/v0.6.0) (2023-12-17) + + +### Features + +* **vertexai:** Use pointers for GenerationConfig fields ([#9182](https://github.com/googleapis/google-cloud-go/issues/9182)) ([91990c1](https://github.com/googleapis/google-cloud-go/commit/91990c1746945c7f0548df972acf1498b165beb9)) + ## [0.5.2](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.5.1...vertexai/v0.5.2) (2023-12-14) diff --git a/vertexai/internal/version.go b/vertexai/internal/version.go index 2c4919afbe52..f9def815f082 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.5.2" +const Version = "0.6.0"