Skip to content

Commit 36d788b

Browse files
chore(main): release bigquery 1.59.1 (#9412)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4ac005d commit 36d788b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"auth": "0.1.0",
33
"auth/oauth2adapt": "0.1.0",
4-
"bigquery": "1.59.0",
4+
"bigquery": "1.59.1",
55
"bigtable": "1.21.0",
66
"datastore": "1.15.0",
77
"errorreporting": "0.3.0",

bigquery/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44

55

6+
## [1.59.1](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.59.0...bigquery/v1.59.1) (2024-02-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **bigquery:** Align return time.Time values to UTC ([#9411](https://github.com/googleapis/google-cloud-go/issues/9411)) ([4ac005d](https://github.com/googleapis/google-cloud-go/commit/4ac005d77f1e19981c7e1ab1cebec1302e0840ca))
12+
613
## [1.59.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.58.0...bigquery/v1.59.0) (2024-02-06)
714

815

bigquery/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
package internal
1717

1818
// Version is the current tagged release of the library.
19-
const Version = "1.59.0"
19+
const Version = "1.59.1"

0 commit comments

Comments
 (0)