Skip to content

Commit 3607c6d

Browse files
chore(main): release google-cloud-billing 1.7.0 (#32992)
* chore(main): release google-cloud-billing 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 <yoshi-automation@google.com>
1 parent 30e0a7a commit 3607c6d

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
@@ -177,7 +177,7 @@
177177
"google-cloud-bigtable-admin-v2+FILLER": "0.0.0",
178178
"google-cloud-bigtable-v2": "1.11.0",
179179
"google-cloud-bigtable-v2+FILLER": "0.0.0",
180-
"google-cloud-billing": "1.6.2",
180+
"google-cloud-billing": "1.7.0",
181181
"google-cloud-billing+FILLER": "0.0.0",
182182
"google-cloud-billing-budgets": "3.1.0",
183183
"google-cloud-billing-budgets+FILLER": "0.0.0",

google-cloud-billing/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.7.0 (2026-03-19)
4+
5+
#### Features
6+
7+
* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support
8+
39
### 1.6.2 (2025-09-12)
410

511
#### Documentation

google-cloud-billing/lib/google/cloud/billing/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 Billing
19-
VERSION = "1.6.2".freeze
19+
VERSION = "1.7.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)