Skip to content
Closed
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": "5.0.2",
"google-ads-ad_manager": "5.1.0",
"google-ads-ad_manager+FILLER": "0.0.0",
"google-ads-ad_manager-v1": "5.0.2",
"google-ads-ad_manager-v1+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-ads-ad_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 5.1.0 (2026-08-13)

#### Features

* update API sources and regenerate ([#36241](https://github.com/googleapis/google-cloud-ruby/issues/36241))

### 5.0.2 (2026-08-11)

#### Documentation
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 = "5.0.2"
VERSION = "5.1.0"
end
end
end
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tools:
sha256: b24b53f87c151bfd48b112fe4c3a6e6574e5198874f38036aff41df3456b8caf
libraries:
- name: google-ads-ad_manager
version: 5.0.2
version: 5.1.0
apis:
- path: google/ads/admanager/v1
ruby:
Expand Down
Loading