Skip to content

Commit 12dfd2e

Browse files
chore(main): release google-ads-marketing_platform-admin 0.2.0
1 parent d2c5ac7 commit 12dfd2e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"google-ads-data_manager+FILLER": "0.0.0",
88
"google-ads-data_manager-v1": "0.2.0",
99
"google-ads-data_manager-v1+FILLER": "0.0.0",
10-
"google-ads-marketing_platform-admin": "0.1.1",
10+
"google-ads-marketing_platform-admin": "0.2.0",
1111
"google-ads-marketing_platform-admin+FILLER": "0.0.0",
1212
"google-ads-marketing_platform-admin-v1alpha": "0.3.0",
1313
"google-ads-marketing_platform-admin-v1alpha+FILLER": "0.0.0",

google-ads-marketing_platform-admin/CHANGELOG.md

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

3+
### 0.2.0 (2026-03-19)
4+
5+
#### Features
6+
7+
* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32847](https://github.com/googleapis/google-cloud-ruby/issues/32847))
8+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
10+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
12+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
13+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))
14+
315
### 0.1.1 (2025-09-12)
416

517
#### Documentation

google-ads-marketing_platform-admin/lib/google/ads/marketing_platform/admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Ads
2222
module MarketingPlatform
2323
module Admin
24-
VERSION = "0.1.1"
24+
VERSION = "0.2.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)