Skip to content

Commit c33cf94

Browse files
chore(main): release grafeas 1.7.0 (#33426)
* chore(main): release grafeas 1.7.0 * chore: combine duplicate Ruby 4.0 release notes --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yoshi Automation Bot <[email protected]>
1 parent e552e71 commit c33cf94

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@
10371037
"google-shopping-merchant-reviews+FILLER": "0.0.0",
10381038
"google-shopping-merchant-reviews-v1beta": "0.7.0",
10391039
"google-shopping-merchant-reviews-v1beta+FILLER": "0.0.0",
1040-
"grafeas": "1.6.0",
1040+
"grafeas": "1.7.0",
10411041
"grafeas+FILLER": "0.0.0",
10421042
"grafeas-v1": "1.7.0",
10431043
"grafeas-v1+FILLER": "0.0.0",

grafeas/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Release History
22

3+
### 1.7.0 (2026-03-31)
4+
5+
#### Features
6+
7+
* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support
8+
39
### 1.6.0 (2026-03-18)
410

511
#### Features
612

7-
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32871](https://github.com/googleapis/google-cloud-ruby/issues/32871))
813

914
### 1.5.3 (2025-09-12)
1015

grafeas/lib/grafeas/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919

2020
module Grafeas
21-
VERSION = "1.6.0"
21+
VERSION = "1.7.0"
2222
end

0 commit comments

Comments
 (0)