We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f394dc9 commit 26ab594Copy full SHA for 26ab594
3 files changed
.release-please-manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "google-ads-ad_manager": "4.0.0",
+ "google-ads-ad_manager": "4.1.0",
3
"google-ads-ad_manager+FILLER": "0.0.0",
4
"google-ads-ad_manager-v1": "4.0.0",
5
"google-ads-ad_manager-v1+FILLER": "0.0.0",
google-ads-ad_manager/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+### 4.1.0 (2026-06-11)
+
+#### 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
9
### 4.0.0 (2026-05-13)
10
11
### ⚠ BREAKING CHANGES
google-ads-ad_manager/lib/google/ads/ad_manager/version.rb
@@ -20,7 +20,7 @@
20
module Google
21
module Ads
22
module AdManager
23
- VERSION = "4.0.0"
+ VERSION = "4.1.0"
24
end
25
26
0 commit comments