Skip to content

Commit

Permalink
chore(main): release bigquery 1.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 29, 2022
1 parent 204b856 commit e72c455
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.39.0"
"bigquery": "1.39.1"
}
7 changes: 7 additions & 0 deletions bigquery/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.39.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.39.0...bigquery/v1.39.1) (2022-08-29)


### Documentation

* **bigquery:** add numeric and bignumeric to RowIterator docs ([#6560](https://github.com/googleapis/google-cloud-go/issues/6560)) ([bea4028](https://github.com/googleapis/google-cloud-go/commit/bea4028a5fde6e790f70b0a98c33b81b3ad4023e))

## [1.39.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.38.0...bigquery/v1.39.0) (2022-08-23)


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.39.0"
const Version = "1.39.1"

0 comments on commit e72c455

Please sign in to comment.