Skip to content

Commit df933b2

Browse files
chore(main): release google-cloud-logging-v2 1.6.0
1 parent 2eb7bb2 commit df933b2

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
"google-cloud-location_finder-v1+FILLER": "0.0.0",
506506
"google-cloud-logging": "2.6.1",
507507
"google-cloud-logging+FILLER": "0.0.0",
508-
"google-cloud-logging-v2": "1.5.1",
508+
"google-cloud-logging-v2": "1.6.0",
509509
"google-cloud-logging-v2+FILLER": "0.0.0",
510510
"google-cloud-lustre": "0.2.0",
511511
"google-cloud-lustre+FILLER": "0.0.0",

google-cloud-logging-v2/CHANGELOG.md

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

3+
### 1.6.0 (2026-03-29)
4+
5+
#### Features
6+
7+
* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32889](https://github.com/googleapis/google-cloud-ruby/issues/32889))
8+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
10+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
12+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))
13+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32858](https://github.com/googleapis/google-cloud-ruby/issues/32858))
14+
315
### 1.5.1 (2025-10-27)
416

517
#### Documentation

google-cloud-logging-v2/lib/google/cloud/logging/v2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Logging
2323
module V2
24-
VERSION = "1.5.1"
24+
VERSION = "1.6.0"
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)