From b11ac077b6fea0698b2608d94c0a606c57a296b4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:07:03 +0000 Subject: [PATCH] chore(main): release google-cloud-location_finder 0.4.0 --- .release-please-manifest.json | 2 +- google-cloud-location_finder/CHANGELOG.md | 7 ++++++- .../lib/google/cloud/location_finder/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a0bccd57247b..19de6e9bb79b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -519,7 +519,7 @@ "google-cloud-life_sciences-v2beta+FILLER": "0.0.0", "google-cloud-location": "1.5.0", "google-cloud-location+FILLER": "0.0.0", - "google-cloud-location_finder": "0.3.0", + "google-cloud-location_finder": "0.4.0", "google-cloud-location_finder+FILLER": "0.0.0", "google-cloud-location_finder-v1": "0.4.0", "google-cloud-location_finder-v1+FILLER": "0.0.0", diff --git a/google-cloud-location_finder/CHANGELOG.md b/google-cloud-location_finder/CHANGELOG.md index 08c28f30d1ca..9a8312ed67c9 100644 --- a/google-cloud-location_finder/CHANGELOG.md +++ b/google-cloud-location_finder/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.4.0 (2026-07-16) + +#### Features + +* Release GA version 1.0.0 ([#34791](https://github.com/googleapis/google-cloud-ruby/issues/34791)) + ### 0.3.0 (2026-06-11) #### Features @@ -19,4 +25,3 @@ * Initial generation of google-cloud-location_finder ([#31781](https://github.com/googleapis/google-cloud-ruby/issues/31781)) ## Release History - diff --git a/google-cloud-location_finder/lib/google/cloud/location_finder/version.rb b/google-cloud-location_finder/lib/google/cloud/location_finder/version.rb index 00a927d5321c..c9554b9b6a20 100644 --- a/google-cloud-location_finder/lib/google/cloud/location_finder/version.rb +++ b/google-cloud-location_finder/lib/google/cloud/location_finder/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module LocationFinder - VERSION = "0.3.0" + VERSION = "0.4.0" end end end