Skip to content

Commit 79077d5

Browse files
chore(main): release gapic-common 0.24.0 (#1130)
1 parent fe9e0ec commit 79077d5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"gapic-common": "0.23.0"
2+
"gapic-common": "0.24.0"
33
}

gapic-common/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release History
22

3+
### 0.24.0 (2024-12-05)
4+
5+
#### Features
6+
7+
* Log requests and responses ([#1112](https://github.com/googleapis/gapic-generator-ruby/issues/1112))
8+
#### Bug Fixes
9+
10+
* Hardened deadline determination against Time.now hacking ([#942](https://github.com/googleapis/gapic-generator-ruby/issues/942))
11+
312
### 0.23.0 (2024-10-15)
413

514
#### Features

gapic-common/lib/gapic/common/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module Gapic
1616
module Common
17-
VERSION = "0.23.0".freeze
17+
VERSION = "0.24.0".freeze
1818
end
1919
end

0 commit comments

Comments
 (0)