Skip to content

Commit c7b058f

Browse files
chore(main): release google-cloud-bigquery 1.61.0
1 parent 46500ac commit c7b058f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"google-cloud-beyond_corp-app_gateways-v1+FILLER": "0.0.0",
132132
"google-cloud-beyond_corp-client_gateways-v1": "0.10.1",
133133
"google-cloud-beyond_corp-client_gateways-v1+FILLER": "0.0.0",
134-
"google-cloud-bigquery": "1.60.0",
134+
"google-cloud-bigquery": "1.61.0",
135135
"google-cloud-bigquery+FILLER": "0.0.0",
136136
"google-cloud-bigquery-analytics_hub": "1.3.2",
137137
"google-cloud-bigquery-analytics_hub+FILLER": "0.0.0",

google-cloud-bigquery/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release History
22

3+
### 1.61.0 (2025-11-04)
4+
5+
#### Features
6+
7+
* Support fine grained ACLs ([#31772](https://github.com/googleapis/google-cloud-ruby/issues/31772))
8+
#### Documentation
9+
10+
* add warning about loading unvalidated credentials ([#32121](https://github.com/googleapis/google-cloud-ruby/issues/32121))
11+
312
### 1.60.0 (2025-10-24)
413

514
#### Features

google-cloud-bigquery/lib/google/cloud/bigquery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Bigquery
19-
VERSION = "1.60.0".freeze
19+
VERSION = "1.61.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)