Skip to content

Commit

Permalink
chore(main): release google-apps-chat 0.1.0 (#25819)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 29, 2024
1 parent af6b5a8 commit f0c0c82
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"google-analytics-data+FILLER": "0.0.0",
"google-analytics-data-v1beta": "0.12.0",
"google-analytics-data-v1beta+FILLER": "0.0.0",
"google-apps-chat": "0.0.1",
"google-apps-chat": "0.1.0",
"google-apps-chat+FILLER": "0.0.0",
"google-apps-chat-v1": "0.1.0",
"google-apps-chat-v1+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-apps-chat/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "chat",
"name_pretty": "Google Chat 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.",
Expand Down
9 changes: 8 additions & 1 deletion google-apps-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Release History
# Changelog

### 0.1.0 (2024-04-29)

#### Features

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

## Release History
2 changes: 1 addition & 1 deletion google-apps-chat/lib/google/apps/chat/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Apps
module Chat
VERSION = "0.0.1"
VERSION = "0.1.0"
end
end
end

0 comments on commit f0c0c82

Please sign in to comment.