Skip to content

Commit

Permalink
chore(main): release google-apps-chat-v1 0.1.0 (#25820)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 29, 2024
1 parent b9f8b3b commit af6b5a8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Expand Up @@ -9,7 +9,7 @@
"google-analytics-data-v1beta+FILLER": "0.0.0",
"google-apps-chat": "0.0.1",
"google-apps-chat+FILLER": "0.0.0",
"google-apps-chat-v1": "0.0.1",
"google-apps-chat-v1": "0.1.0",
"google-apps-chat-v1+FILLER": "0.0.0",
"google-apps-events-subscriptions": "0.1.0",
"google-apps-events-subscriptions+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-apps-chat-v1/.repo-metadata.json
Expand Up @@ -8,7 +8,7 @@
"name": "chat",
"name_pretty": "Google Chat V1 API",
"product_documentation": "https://developers.google.com/chat/concepts",
"release_level": "unreleased",
"release_level": "preview",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages. Note that google-apps-chat-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-apps-chat instead. See the readme for more details.",
Expand Down
9 changes: 8 additions & 1 deletion google-apps-chat-v1/CHANGELOG.md
@@ -1,2 +1,9 @@
# Release History
# Changelog

### 0.1.0 (2024-04-29)

#### Features

* Initial generation of google-apps-chat-v1 ([#25815](https://github.com/googleapis/google-cloud-ruby/issues/25815))

## Release History
2 changes: 1 addition & 1 deletion google-apps-chat-v1/lib/google/apps/chat/v1/version.rb
Expand Up @@ -21,7 +21,7 @@ module Google
module Apps
module Chat
module V1
VERSION = "0.0.1"
VERSION = "0.1.0"
end
end
end
Expand Down
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-apps-chat-v1",
"version": "",
"version": "0.1.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit af6b5a8

Please sign in to comment.