Skip to content

Commit

Permalink
chore(main): release google-cloud-bigquery 1.51.0 (#27687)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 4, 2024
1 parent 39e3d46 commit 5bc8c8e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"google-cloud-beyond_corp-app_gateways-v1+FILLER": "0.0.0",
"google-cloud-beyond_corp-client_gateways-v1": "0.5.2",
"google-cloud-beyond_corp-client_gateways-v1+FILLER": "0.0.0",
"google-cloud-bigquery": "1.50.0",
"google-cloud-bigquery": "1.51.0",
"google-cloud-bigquery+FILLER": "0.0.0",
"google-cloud-bigquery-analytics_hub": "1.2.1",
"google-cloud-bigquery-analytics_hub+FILLER": "0.0.0",
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

### 1.51.0 (2024-12-04)

#### Features

* load jobs with dest tables in another project ([#27681](https://github.com/googleapis/google-cloud-ruby/issues/27681))
#### Bug Fixes

* remove reload! call on patch_table ([#27684](https://github.com/googleapis/google-cloud-ruby/issues/27684))

### 1.50.0 (2024-06-27)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigquery/lib/google/cloud/bigquery/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Bigquery
VERSION = "1.50.0".freeze
VERSION = "1.51.0".freeze
end
end
end

0 comments on commit 5bc8c8e

Please sign in to comment.