[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(main): release bigquery 1.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 17, 2024
1 parent 4bb12e6 commit 2d431a7
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 @@ -3,7 +3,7 @@
"aiplatform": "1.67.0",
"auth": "0.4.2",
"auth/oauth2adapt": "0.2.2",
"bigquery": "1.61.0",
"bigquery": "1.61.1",
"bigtable": "1.23.0",
"datastore": "1.17.0",
"errorreporting": "0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions bigquery/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@



## [1.61.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.61.0...bigquery/v1.61.1) (2024-05-17)


### Documentation

* **bigquery:** Improve Inserter and StructSaver godoc ([#10170](https://github.com/googleapis/google-cloud-go/issues/10170)) ([c1cffb6](https://github.com/googleapis/google-cloud-go/commit/c1cffb63c33ae49f3a705bd0bc7a32cd2b0319bc))

## [1.61.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.60.0...bigquery/v1.61.0) (2024-04-24)


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

// Version is the current tagged release of the library.
const Version = "1.61.0"
const Version = "1.61.1"

0 comments on commit 2d431a7

Please sign in to comment.