diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7eb37aa0714f..129beaa8d031 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -521,7 +521,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": "1.0.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/.repo-metadata.json b/google-cloud-location_finder/.repo-metadata.json index 0a16868ae9e7..f40aae46cf97 100644 --- a/google-cloud-location_finder/.repo-metadata.json +++ b/google-cloud-location_finder/.repo-metadata.json @@ -8,7 +8,7 @@ "name": "locationfinder", "name_pretty": "Cloud Location Finder API", "product_documentation": "https://cloud.google.com/location-finder/docs/overview", - "release_level": "preview", + "release_level": "stable", "repo": "googleapis/google-cloud-ruby", "requires_billing": true, "ruby-cloud-description": "google-cloud-location_finder is the official client library for the Cloud Location Finder API.", diff --git a/google-cloud-location_finder/CHANGELOG.md b/google-cloud-location_finder/CHANGELOG.md index b05470766803..390cb9d381e6 100644 --- a/google-cloud-location_finder/CHANGELOG.md +++ b/google-cloud-location_finder/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 1.0.0 (2026-07-17) + +#### Features + +* Release stable version + ### 0.3.0 (2026-06-11) #### Features 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..f1e01c38c208 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 = "1.0.0" end end end