Skip to content

Commit 864677b

Browse files
chore(main): release google-ads-ad_manager 2.0.1 (#31321)
1 parent 39a8a80 commit 864677b

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
@@ -1,5 +1,5 @@
11
{
2-
"google-ads-ad_manager": "2.0.0",
2+
"google-ads-ad_manager": "2.0.1",
33
"google-ads-ad_manager+FILLER": "0.0.0",
44
"google-ads-ad_manager-v1": "2.1.0",
55
"google-ads-ad_manager-v1+FILLER": "0.0.0",

google-ads-ad_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+
### 2.0.1 (2025-09-12)
4+
5+
#### Documentation
6+
7+
* Add examples to wrapper libraries README.md ([#31320](https://github.com/googleapis/google-cloud-ruby/issues/31320))
8+
39
### 2.0.0 (2025-07-21)
410

511
### ⚠ BREAKING CHANGES

google-ads-ad_manager/lib/google/ads/ad_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 AdManager
23-
VERSION = "2.0.0"
23+
VERSION = "2.0.1"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)