Skip to content

Commit 905cb3c

Browse files
chore(main): release google-cloud-error_reporting 0.45.0
1 parent 8aa7cf8 commit 905cb3c

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
@@ -399,7 +399,7 @@
399399
"google-cloud-edge_network+FILLER": "0.0.0",
400400
"google-cloud-edge_network-v1": "2.5.0",
401401
"google-cloud-edge_network-v1+FILLER": "0.0.0",
402-
"google-cloud-error_reporting": "0.44.0",
402+
"google-cloud-error_reporting": "0.45.0",
403403
"google-cloud-error_reporting+FILLER": "0.0.0",
404404
"google-cloud-error_reporting-v1beta1": "0.16.0",
405405
"google-cloud-error_reporting-v1beta1+FILLER": "0.0.0",

google-cloud-error_reporting/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+
### 0.45.0 (2026-05-16)
4+
5+
#### Features
6+
7+
* Upgrade to Ruby 3.2 minimum ([#33945](https://github.com/googleapis/google-cloud-ruby/issues/33945))
8+
39
### 0.44.0 (2025-03-04)
410

511
#### Features

google-cloud-error_reporting/lib/google/cloud/error_reporting/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 ErrorReporting
19-
VERSION = "0.44.0".freeze
19+
VERSION = "0.45.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)