Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"google-ads-ad_manager": "4.2.0",
"google-ads-ad_manager": "5.0.0",
"google-ads-ad_manager+FILLER": "0.0.0",
"google-ads-ad_manager-v1": "4.2.0",
"google-ads-ad_manager-v1+FILLER": "0.0.0",
Expand Down
23 changes: 23 additions & 0 deletions google-ads-ad_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

### 5.0.0 (2026-07-29)

### ⚠ BREAKING CHANGES

* Moved Schedule messages from report_messages.proto to report_delivery.proto
* Added additional LineItem fields

#### Features

* Added additional LineItem fields
* Added BatchActivateContentBundles and BatchDeactivateContentBundles methods to ContentBundleService
* Added CreativeSetService
* Added OrderService write methods and additional stats fields.
* Added SlateService
* Added TargetingPresetService update methods
* Added the Creative entity
#### Bug Fixes

* Moved Schedule messages from report_messages.proto to report_delivery.proto
#### Documentation

* Updated method descriptions to use a consistent style

### 4.2.0 (2026-07-20)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Ads
module AdManager
VERSION = "4.2.0"
VERSION = "5.0.0"
end
end
end
Loading