Skip to content

Commit

Permalink
chore(main): release bigquery 1.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 3, 2023
1 parent b560cfc commit ef87dbe
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
@@ -1,7 +1,7 @@
{
"auth": "0.1.0",
"auth/oauth2adapt": "0.1.0",
"bigquery": "1.57.1",
"bigquery": "1.57.2",
"bigtable": "1.20.0",
"datastore": "1.15.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.57.2](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.57.1...bigquery/v1.57.2) (2023-11-03)


### Documentation

* **bigquery:** Update package docs to show query parameterization ([#8965](https://github.com/googleapis/google-cloud-go/issues/8965)) ([cc76ab3](https://github.com/googleapis/google-cloud-go/commit/cc76ab35c25a672ed3255c0b26a99bef2cb81868))

## [1.57.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.57.0...bigquery/v1.57.1) (2023-11-01)


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.57.1"
const Version = "1.57.2"

0 comments on commit ef87dbe

Please sign in to comment.