Skip to content

Commit

Permalink
chore(main): release google-shopping-merchant-accounts-v1beta 0.3.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 1, 2024
1 parent 7ccd6de commit 52cb36e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@
"google-shopping-css-v1+FILLER": "0.0.0",
"google-shopping-merchant-accounts": "0.1.1",
"google-shopping-merchant-accounts+FILLER": "0.0.0",
"google-shopping-merchant-accounts-v1beta": "0.2.0",
"google-shopping-merchant-accounts-v1beta": "0.3.0",
"google-shopping-merchant-accounts-v1beta+FILLER": "0.0.0",
"google-shopping-merchant-conversions": "0.1.1",
"google-shopping-merchant-conversions+FILLER": "0.0.0",
Expand Down
9 changes: 9 additions & 0 deletions google-shopping-merchant-accounts-v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 0.3.0 (2024-10-01)

#### Features

* add 'force' parameter for accounts.delete method ([#27386](https://github.com/googleapis/google-cloud-ruby/issues/27386))
#### Documentation

* update descriptions for the DeleteAccount and ListAccounts RPCs

### 0.2.0 (2024-09-30)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Shopping
module Merchant
module Accounts
module V1beta
VERSION = "0.2.0"
VERSION = "0.3.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-shopping-merchant-accounts-v1beta",
"version": "0.2.0",
"version": "0.3.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 52cb36e

Please sign in to comment.