Skip to content

Commit

Permalink
Release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepredsky committed Jun 25, 2024
1 parent fd6b42e commit 097eb35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,12 @@

## Unreleased

## 2.11.0.beta4
## 2.11.0

* Allow the liveness probe command to skip loading config files

## 2.11.0.beta3

* Fix bug with domain socket support

## 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

## 2.11.0.beta1

* Configurable strategy for consuming multiple topics

## 2.10.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.beta4)
racecar (2.11.0)
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.beta4"
VERSION = "2.11.0"
end

0 comments on commit 097eb35

Please sign in to comment.