Skip to content

Commit

Permalink
chore(main): release google-cloud-functions-v2 0.5.0 (#23174)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 12, 2023
1 parent 4951cce commit 71a9b7a
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -321,7 +321,7 @@
"google-cloud-functions+FILLER": "0.0.0",
"google-cloud-functions-v1": "0.11.0",
"google-cloud-functions-v1+FILLER": "0.0.0",
"google-cloud-functions-v2": "0.4.1",
"google-cloud-functions-v2": "0.5.0",
"google-cloud-functions-v2+FILLER": "0.0.0",
"google-cloud-gaming": "1.3.0",
"google-cloud-gaming+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-functions-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.5.0 (2023-09-12)

#### Features

* Support for channel pool configuration ([#22920](https://github.com/googleapis/google-cloud-ruby/issues/22920))

### 0.4.1 (2023-06-06)

#### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Functions
module V2
VERSION = "0.4.1"
VERSION = "0.5.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-functions-v2",
"version": "0.4.1",
"version": "0.5.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 71a9b7a

Please sign in to comment.