Skip to content

Commit 54b7456

Browse files
chore(main): release google-cloud-metastore-v1 2.2.0 (#31158)
1 parent 388d771 commit 54b7456

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
"google-cloud-memorystore-v1beta+FILLER": "0.0.0",
514514
"google-cloud-metastore": "2.0.1",
515515
"google-cloud-metastore+FILLER": "0.0.0",
516-
"google-cloud-metastore-v1": "2.1.0",
516+
"google-cloud-metastore-v1": "2.2.0",
517517
"google-cloud-metastore-v1+FILLER": "0.0.0",
518518
"google-cloud-metastore-v1beta": "0.18.0",
519519
"google-cloud-metastore-v1beta+FILLER": "0.0.0",

google-cloud-metastore-v1/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 2.2.0 (2025-09-11)
4+
5+
#### Features
6+
7+
* update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+ ([#31015](https://github.com/googleapis/google-cloud-ruby/issues/31015))
8+
39
### 2.1.0 (2025-05-12)
410

511
#### Features

google-cloud-metastore-v1/lib/google/cloud/metastore/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Metastore
2323
module V1
24-
VERSION = "2.1.0"
24+
VERSION = "2.2.0"
2525
end
2626
end
2727
end

google-cloud-metastore-v1/snippets/snippet_metadata_google.cloud.metastore.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-metastore-v1",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)