Skip to content

Commit

Permalink
Release 2.11.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
deepredsky committed Apr 2, 2024
1 parent bf8c862 commit 37eccd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.11.0.beta2

* Add unix domain socket support for Datadog StatsD metrics
* Bump minimum rdkafka gem version to 0.15.0
* Bump minimum Ruby version to 3.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
racecar (2.11.0.beta1)
racecar (2.11.0.beta2)
king_konf (~> 1.0.0)
rdkafka (~> 0.15.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/racecar/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Racecar
VERSION = "2.11.0.beta1"
VERSION = "2.11.0.beta2"
end

0 comments on commit 37eccd7

Please sign in to comment.