Skip to content

Commit

Permalink
chore(main): release bigquery 1.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 13, 2023
1 parent 559b86a commit 8958f62
Show file tree
Hide file tree
Showing 3 changed files with 10 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
@@ -1,7 +1,7 @@
{
"auth": "0.0.0",
"auth/oauth2adapt": "0.0.0",
"bigquery": "1.56.0",
"bigquery": "1.56.1",
"bigtable": "1.20.0",
"datastore": "1.15.0",
"errorreporting": "0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions bigquery/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@



## [1.56.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.56.0...bigquery/v1.56.1) (2023-10-13)


### Bug Fixes

* **bigquery:** Handle storage read api Recv call errors ([#8666](https://github.com/googleapis/google-cloud-go/issues/8666)) ([c73963f](https://github.com/googleapis/google-cloud-go/commit/c73963f64ef667daa8a33a5a4cc2156818fc6914))
* **bigquery:** Update golang.org/x/net to v0.17.0 ([174da47](https://github.com/googleapis/google-cloud-go/commit/174da47254fefb12921bbfc65b7829a453af6f5d))

## [1.56.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.55.0...bigquery/v1.56.0) (2023-10-05)


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.56.0"
const Version = "1.56.1"

0 comments on commit 8958f62

Please sign in to comment.