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