Skip to content

Commit 7b45448

Browse files
chore(main): release google-cloud-bigquery-data_transfer 1.7.2 (#30446)
1 parent e4e21c0 commit 7b45448

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"google-cloud-bigquery-data_policies-v1+FILLER": "0.0.0",
146146
"google-cloud-bigquery-data_policies-v1beta1": "0.8.0",
147147
"google-cloud-bigquery-data_policies-v1beta1+FILLER": "0.0.0",
148-
"google-cloud-bigquery-data_transfer": "1.7.1",
148+
"google-cloud-bigquery-data_transfer": "1.7.2",
149149
"google-cloud-bigquery-data_transfer+FILLER": "0.0.0",
150150
"google-cloud-bigquery-data_transfer-v1": "1.4.0",
151151
"google-cloud-bigquery-data_transfer-v1+FILLER": "0.0.0",

google-cloud-bigquery-data_transfer/CHANGELOG.md

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

3+
### 1.7.2 (2025-05-27)
4+
5+
#### Documentation
6+
7+
* Add h1 heading to migration docs ([#30436](https://github.com/googleapis/google-cloud-ruby/issues/30436))
8+
39
### 1.7.1 (2025-04-29)
410

511
#### Bug Fixes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Bigquery
2323
module DataTransfer
24-
VERSION = "1.7.1"
24+
VERSION = "1.7.2"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)