Skip to content

Commit

Permalink
chore(main): release gapic-common 0.24.0 (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 5, 2024
1 parent fe9e0ec commit 79077d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"gapic-common": "0.23.0"
"gapic-common": "0.24.0"
}
9 changes: 9 additions & 0 deletions gapic-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

### 0.24.0 (2024-12-05)

#### Features

* Log requests and responses ([#1112](https://github.com/googleapis/gapic-generator-ruby/issues/1112))
#### Bug Fixes

* Hardened deadline determination against Time.now hacking ([#942](https://github.com/googleapis/gapic-generator-ruby/issues/942))

### 0.23.0 (2024-10-15)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion gapic-common/lib/gapic/common/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

module Gapic
module Common
VERSION = "0.23.0".freeze
VERSION = "0.24.0".freeze
end
end

0 comments on commit 79077d5

Please sign in to comment.