Skip to content
Merged
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,7 +1,7 @@
{
"google-ads-ad_manager": "4.2.0",
"google-ads-ad_manager+FILLER": "0.0.0",
"google-ads-ad_manager-v1": "4.2.0",
"google-ads-ad_manager-v1": "5.0.0",
"google-ads-ad_manager-v1+FILLER": "0.0.0",
"google-ads-data_manager": "0.4.0",
"google-ads-data_manager+FILLER": "0.0.0",
Expand Down
24 changes: 24 additions & 0 deletions google-ads-ad_manager-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

### 5.0.0 (2026-07-30)

### ⚠ BREAKING CHANGES

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

#### Features

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

* format owlbot json ([#35029](https://github.com/googleapis/google-cloud-ruby/issues/35029))
* 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 @@ -21,7 +21,7 @@ module Google
module Ads
module AdManager
module V1
VERSION = "4.2.0"
VERSION = "5.0.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-ads-ad_manager-v1",
"version": "4.2.0",
"version": "5.0.0",
"language": "RUBY",
"apis": [
{
Expand Down
Loading