Skip to content

Commit

Permalink
chore(main): release bigquery 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 22, 2022
1 parent 5fe3b1d commit 7021b5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigquery/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"bigquery": "1.33.0"
"bigquery": "1.34.0"
}
7 changes: 7 additions & 0 deletions bigquery/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.34.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.33.0...bigquery/v1.34.0) (2022-06-22)


### Features

* **bigquery/storage:** add fields to eventually contain row level errors ([5fe3b1d](https://github.com/googleapis/google-cloud-go/commit/5fe3b1d946db991aebdfd279f6f3b06b8baec205))

## [1.33.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.32.0...bigquery/v1.33.0) (2022-06-16)


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.33.0"
const Version = "1.34.0"

0 comments on commit 7021b5a

Please sign in to comment.