Skip to content

Commit 25b13ce

Browse files
chore(main): release google-cloud-billing 1.5.1 (#26735)
1 parent cc28709 commit 25b13ce

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
@@ -155,7 +155,7 @@
155155
"google-cloud-bigtable-admin-v2+FILLER": "0.0.0",
156156
"google-cloud-bigtable-v2": "1.2.0",
157157
"google-cloud-bigtable-v2+FILLER": "0.0.0",
158-
"google-cloud-billing": "1.5.0",
158+
"google-cloud-billing": "1.5.1",
159159
"google-cloud-billing+FILLER": "0.0.0",
160160
"google-cloud-billing-budgets": "2.4.1",
161161
"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.5.1 (2024-08-09)
4+
5+
#### Documentation
6+
7+
* Formatting updates to README.md ([#26625](https://github.com/googleapis/google-cloud-ruby/issues/26625))
8+
39
### 1.5.0 (2024-02-26)
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.5.0".freeze
19+
VERSION = "1.5.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)