Skip to content

Commit

Permalink
chore(main): release vertexai 0.7.1 (#9395)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Feb 8, 2024
1 parent 8bd57a1 commit 530d273
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"pubsublite": "1.8.1",
"spanner": "1.56.0",
"storage": "1.37.0",
"vertexai": "0.7.0"
"vertexai": "0.7.1"
}
7 changes: 7 additions & 0 deletions vertexai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.1](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.7.0...vertexai/v0.7.1) (2024-02-08)


### Bug Fixes

* **vertexai:** Fix dependency on aiplatform ([#9394](https://github.com/googleapis/google-cloud-go/issues/9394)) ([8bd57a1](https://github.com/googleapis/google-cloud-go/commit/8bd57a1abf3d65651f25aba9c582ff273a678dfa))

## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/vertexai/v0.6.0...vertexai/v0.7.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion vertexai/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.7.0"
const Version = "0.7.1"

0 comments on commit 530d273

Please sign in to comment.