Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-shopping-merchant-notifications 0.2.0 #28744

Merged
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
@@ -889,7 +889,7 @@
"google-shopping-merchant-lfp+FILLER": "0.0.0",
"google-shopping-merchant-lfp-v1beta": "0.2.0",
"google-shopping-merchant-lfp-v1beta+FILLER": "0.0.0",
"google-shopping-merchant-notifications": "0.1.1",
"google-shopping-merchant-notifications": "0.2.0",
"google-shopping-merchant-notifications+FILLER": "0.0.0",
"google-shopping-merchant-notifications-v1beta": "0.2.0",
"google-shopping-merchant-notifications-v1beta+FILLER": "0.0.0",
7 changes: 7 additions & 0 deletions google-shopping-merchant-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 0.2.0 (2025-01-29)

#### Features

* Provide methods to determine whether services are available with the currently installed versioned client ([#28534](https://github.com/googleapis/google-cloud-ruby/issues/28534))
* Update Ruby version requirement to 3.0

### 0.1.1 (2024-08-08)

#### Documentation
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ module Google
module Shopping
module Merchant
module Notifications
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end
end