Skip to content

Commit 5bf5d97

Browse files
chore(main): release google-ads-data_manager 0.4.0 (#34065)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 26ab594 commit 5bf5d97

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
@@ -3,7 +3,7 @@
33
"google-ads-ad_manager+FILLER": "0.0.0",
44
"google-ads-ad_manager-v1": "4.0.0",
55
"google-ads-ad_manager-v1+FILLER": "0.0.0",
6-
"google-ads-data_manager": "0.3.0",
6+
"google-ads-data_manager": "0.4.0",
77
"google-ads-data_manager+FILLER": "0.0.0",
88
"google-ads-data_manager-v1": "0.5.0",
99
"google-ads-data_manager-v1+FILLER": "0.0.0",

google-ads-data_manager/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.4.0 (2026-06-11)
4+
5+
#### Features
6+
7+
* update gapic-common dependency to 1.3 and document retry jitter ([#34037](https://github.com/googleapis/google-cloud-ruby/issues/34037))
8+
39
### 0.3.0 (2026-03-19)
410

511
#### Features

google-ads-data_manager/lib/google/ads/data_manager/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Ads
2222
module DataManager
23-
VERSION = "0.3.0"
23+
VERSION = "0.4.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)