We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a8a80 commit 864677bCopy full SHA for 864677b
3 files changed
.release-please-manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "google-ads-ad_manager": "2.0.0",
+ "google-ads-ad_manager": "2.0.1",
3
"google-ads-ad_manager+FILLER": "0.0.0",
4
"google-ads-ad_manager-v1": "2.1.0",
5
"google-ads-ad_manager-v1+FILLER": "0.0.0",
google-ads-ad_manager/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+### 2.0.1 (2025-09-12)
+
+#### Documentation
6
7
+* Add examples to wrapper libraries README.md ([#31320](https://github.com/googleapis/google-cloud-ruby/issues/31320))
8
9
### 2.0.0 (2025-07-21)
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 = "2.0.0"
+ VERSION = "2.0.1"
24
end
25
26
0 commit comments