Skip to content

Commit

Permalink
chore(main): release bigquery 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 15, 2022
1 parent f7b0822 commit 0ca049d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigquery/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"bigquery": "1.41.0"
"bigquery": "1.42.0"
}
13 changes: 13 additions & 0 deletions bigquery/CHANGES.md
Expand Up @@ -2,6 +2,19 @@



## [1.42.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.41.0...bigquery/v1.42.0) (2022-09-15)


### Features

* **bigquery/reservation/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca))
* **bigquery/storage:** add proto annotation for non-ascii field mapping ([ec1a190](https://github.com/googleapis/google-cloud-go/commit/ec1a190abbc4436fcaeaa1421c7d9df624042752))


### Bug Fixes

* **bigquery/connection:** integrate gapic-generator-python-1.4.1 and enable more py_test targets ([ec1a190](https://github.com/googleapis/google-cloud-go/commit/ec1a190abbc4436fcaeaa1421c7d9df624042752))

## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.40.0...bigquery/v1.41.0) (2022-09-14)


Expand Down
2 changes: 1 addition & 1 deletion bigquery/internal/version.go
Expand Up @@ -16,4 +16,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.41.0"
const Version = "1.42.0"

0 comments on commit 0ca049d

Please sign in to comment.