diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a178b8d8d2aa..3ba40cc1d0f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -913,7 +913,7 @@ "google-shopping-merchant-reviews+FILLER": "0.0.0", "google-shopping-merchant-reviews-v1beta": "0.1.0", "google-shopping-merchant-reviews-v1beta+FILLER": "0.0.0", - "grafeas": "1.4.0", + "grafeas": "1.5.0", "grafeas+FILLER": "0.0.0", "grafeas-v1": "1.2.0", "grafeas-v1+FILLER": "0.0.0", diff --git a/grafeas/CHANGELOG.md b/grafeas/CHANGELOG.md index 933f1f8c41ad..d8d05a99e76f 100644 --- a/grafeas/CHANGELOG.md +++ b/grafeas/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History +### 1.5.0 (2025-01-29) + +#### Features + +* Provide methods to determine whether services are available with the currently installed versioned client ([#28535](https://github.com/googleapis/google-cloud-ruby/issues/28535)) +* Update Ruby version requirement to 3.0 + ### 1.4.0 (2024-02-26) #### Features diff --git a/grafeas/lib/grafeas/version.rb b/grafeas/lib/grafeas/version.rb index eca10d6444d9..31518804cdbd 100644 --- a/grafeas/lib/grafeas/version.rb +++ b/grafeas/lib/grafeas/version.rb @@ -18,5 +18,5 @@ module Grafeas - VERSION = "1.4.0" + VERSION = "1.5.0" end