We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9e0ec commit 79077d5Copy full SHA for 79077d5
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- "gapic-common": "0.23.0"
+ "gapic-common": "0.24.0"
3
}
gapic-common/CHANGELOG.md
@@ -1,5 +1,14 @@
# Release History
+### 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
12
### 0.23.0 (2024-10-15)
13
14
#### Features
gapic-common/lib/gapic/common/version.rb
@@ -14,6 +14,6 @@
15
module Gapic
16
module Common
17
- VERSION = "0.23.0".freeze
+ VERSION = "0.24.0".freeze
18
end
19
0 commit comments