Skip to content

Commit

Permalink
chore(main): release grafeas 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 26, 2025
1 parent 5deacb9 commit 9248df3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions grafeas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.5.0 (2025-01-26)

#### 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))

### 1.4.0 (2024-02-26)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion grafeas/lib/grafeas/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@


module Grafeas
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 9248df3

Please sign in to comment.