Skip to content

Commit e020f42

Browse files
chore(main): release google-cloud-billing 1.6.1 (#29659)
1 parent a8f2847 commit e020f42

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
@@ -163,7 +163,7 @@
163163
"google-cloud-bigtable-admin-v2+FILLER": "0.0.0",
164164
"google-cloud-bigtable-v2": "1.6.0",
165165
"google-cloud-bigtable-v2+FILLER": "0.0.0",
166-
"google-cloud-billing": "1.6.0",
166+
"google-cloud-billing": "1.6.1",
167167
"google-cloud-billing+FILLER": "0.0.0",
168168
"google-cloud-billing-budgets": "3.0.1",
169169
"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.6.1 (2025-04-29)
4+
5+
#### Bug Fixes
6+
7+
* Fixed several issues with validating credential configs
8+
39
### 1.6.0 (2025-01-29)
410

511
#### Features

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.0".freeze
19+
VERSION = "1.6.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)