Skip to content

Commit

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



## [1.40.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.40.0...bigquery/v1.40.1) (2022-09-13)


### Bug Fixes

* **bigquery/storage/managedwriter:** Fix incorrect error retention ([#6659](https://github.com/googleapis/google-cloud-go/issues/6659)) ([dc02bca](https://github.com/googleapis/google-cloud-go/commit/dc02bca4ac14acb4f536f078a7d8f209626340bb))
* **bigquery:** Parse timestamp query parameter with RFC3339 ([#6653](https://github.com/googleapis/google-cloud-go/issues/6653)) ([aabd2d6](https://github.com/googleapis/google-cloud-go/commit/aabd2d61c81ed598755656b4e7c3fd84dcd3b2d4))

## [1.40.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.39.0...bigquery/v1.40.0) (2022-09-08)


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.40.0"
const Version = "1.40.1"

0 comments on commit b6fcccd

Please sign in to comment.