Skip to content

Commit

Permalink
chore(main): release bigquery 1.66.2 (#11558)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 4, 2025
1 parent 511608b commit f348396
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.14.1",
"auth/oauth2adapt": "0.2.7",
"bigquery": "1.66.1",
"bigquery": "1.66.2",
"bigtable": "1.35.0",
"datastore": "1.20.0",
"errorreporting": "0.3.2",
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.66.2](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.66.1...bigquery/v1.66.2) (2025-02-04)


### Bug Fixes

* **bigquery:** Broken github.com/envoyproxy/go-control-plane/envoy dep ([#11556](https://github.com/googleapis/google-cloud-go/issues/11556)) ([e70d63b](https://github.com/googleapis/google-cloud-go/commit/e70d63bbc267c3b166bf264670b8b282a3651cc5)), refs [#11542](https://github.com/googleapis/google-cloud-go/issues/11542)

## [1.66.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.66.0...bigquery/v1.66.1) (2025-02-03)


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.66.1"
const Version = "1.66.2"

0 comments on commit f348396

Please sign in to comment.