Skip to content

Commit 0a6841b

Browse files
chore(main): release google-cloud-asset 1.9.0 (#32952)
* chore(main): release google-cloud-asset 1.9.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 <yoshi-automation@google.com>
1 parent 3607c6d commit 0a6841b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"google-cloud-artifact_registry-v1+FILLER": "0.0.0",
9898
"google-cloud-artifact_registry-v1beta2": "0.18.0",
9999
"google-cloud-artifact_registry-v1beta2+FILLER": "0.0.0",
100-
"google-cloud-asset": "1.8.3",
100+
"google-cloud-asset": "1.9.0",
101101
"google-cloud-asset+FILLER": "0.0.0",
102102
"google-cloud-asset-v1": "1.7.0",
103103
"google-cloud-asset-v1+FILLER": "0.0.0",

google-cloud-asset/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.9.0 (2026-03-19)
4+
5+
#### Features
6+
7+
* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support
8+
39
### 1.8.3 (2025-09-12)
410

511
#### Documentation

google-cloud-asset/lib/google/cloud/asset/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Asset
19-
VERSION = "1.8.3".freeze
19+
VERSION = "1.9.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)