Skip to content

Commit 328ed8a

Browse files
chore(main): release google-cloud-bigquery-data_exchange 0.2.0 (#18547)
1 parent 5dc4a11 commit 328ed8a

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
@@ -73,7 +73,7 @@
7373
"google-cloud-bigquery-connection+FILLER": "0.0.0",
7474
"google-cloud-bigquery-connection-v1": "0.7.0",
7575
"google-cloud-bigquery-connection-v1+FILLER": "0.0.0",
76-
"google-cloud-bigquery-data_exchange": "0.1.0",
76+
"google-cloud-bigquery-data_exchange": "0.2.0",
7777
"google-cloud-bigquery-data_exchange+FILLER": "0.0.0",
7878
"google-cloud-bigquery-data_exchange-v1beta1": "0.2.0",
7979
"google-cloud-bigquery-data_exchange-v1beta1+FILLER": "0.0.0",

google-cloud-bigquery-data_exchange/CHANGELOG.md

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

3+
### 0.2.0 (2022-07-01)
4+
5+
#### Features
6+
7+
* Updated minimum Ruby version to 2.6 ([#18443](https://github.com/googleapis/google-cloud-ruby/issues/18443))
8+
39
### 0.1.0 (2022-05-25)
410

511
#### Features

google-cloud-bigquery-data_exchange/lib/google/cloud/bigquery/data_exchange/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 DataExchange
24-
VERSION = "0.1.0"
24+
VERSION = "0.2.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)