From cd3b0e17ba1394e568ad769d7e610958627bc8ff Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 06:45:22 +0000 Subject: [PATCH] chore(main): release google-cloud-functions-v1 0.11.0 --- .release-please-manifest.json | 2 +- google-cloud-functions-v1/CHANGELOG.md | 9 +++++++++ .../lib/google/cloud/functions/v1/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff846568f927..11638cd8ec46 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -309,7 +309,7 @@ "google-cloud-firestore-v1+FILLER": "0.0.0", "google-cloud-functions": "1.3.0", "google-cloud-functions+FILLER": "0.0.0", - "google-cloud-functions-v1": "0.10.0", + "google-cloud-functions-v1": "0.11.0", "google-cloud-functions-v1+FILLER": "0.0.0", "google-cloud-functions-v2": "0.4.0", "google-cloud-functions-v2+FILLER": "0.0.0", diff --git a/google-cloud-functions-v1/CHANGELOG.md b/google-cloud-functions-v1/CHANGELOG.md index 8de72602f3e3..9743ec4ff08e 100644 --- a/google-cloud-functions-v1/CHANGELOG.md +++ b/google-cloud-functions-v1/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +### 0.11.0 (2023-06-06) + +#### Features + +* Uses binary protobuf definitions for better forward compatibility ([#21675](https://github.com/googleapis/google-cloud-ruby/issues/21675)) +#### Bug Fixes + +* Don't use self-signed JWT credentials if the global configuration endpoint has been modified + ### 0.10.0 (2023-05-16) #### Features diff --git a/google-cloud-functions-v1/lib/google/cloud/functions/v1/version.rb b/google-cloud-functions-v1/lib/google/cloud/functions/v1/version.rb index 5be9c6d92018..278466c02731 100644 --- a/google-cloud-functions-v1/lib/google/cloud/functions/v1/version.rb +++ b/google-cloud-functions-v1/lib/google/cloud/functions/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Functions module V1 - VERSION = "0.10.0" + VERSION = "0.11.0" end end end