Skip to content

Commit 45b5f86

Browse files
chore(main): release bigquery 1.68.0
1 parent d593902 commit 45b5f86

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"auth": "0.15.0",
33
"auth/oauth2adapt": "0.2.8",
4-
"bigquery": "1.67.0",
4+
"bigquery": "1.68.0",
55
"bigtable": "1.35.0",
66
"datastore": "1.20.0",
77
"errorreporting": "0.3.2",

bigquery/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44

55

6+
## [1.68.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.67.0...bigquery/v1.68.0) (2025-03-31)
7+
8+
9+
### Features
10+
11+
* **bigquery/analyticshub:** Support new feature Sharing Cloud Pubsub Streams via AH (GA) and Subscriber Email logging feature ([#11908](https://github.com/googleapis/google-cloud-go/issues/11908)) ([a21d596](https://github.com/googleapis/google-cloud-go/commit/a21d5965fa3f4322da9563425350ba1079279d5a))
12+
613
## [1.67.0](https://github.com/googleapis/google-cloud-go/compare/bigquery/v1.66.2...bigquery/v1.67.0) (2025-03-14)
714

815

bigquery/internal/version.go

+1-1
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.67.0"
19+
const Version = "1.68.0"

0 commit comments

Comments
 (0)