Skip to content

Commit 0ed698d

Browse files
chore(main): release google-ads-ad_manager 3.0.0 (#32290)
1 parent 73aa5e7 commit 0ed698d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.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.1.0",
2+
"google-ads-ad_manager": "3.0.0",
33
"google-ads-ad_manager+FILLER": "0.0.0",
44
"google-ads-ad_manager-v1": "3.0.0",
55
"google-ads-ad_manager-v1+FILLER": "0.0.0",

google-ads-ad_manager/CHANGELOG.md

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

3+
### 3.0.0 (2025-12-17)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Added proto3 optional to Network primitive fields ([#32254](https://github.com/googleapis/google-cloud-ruby/issues/32254))
8+
9+
#### Bug Fixes
10+
11+
* Added proto3 optional to Network primitive fields ([#32254](https://github.com/googleapis/google-cloud-ruby/issues/32254))
12+
313
### 2.1.0 (2025-11-21)
414

515
#### Features

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.1.0"
23+
VERSION = "3.0.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)