From 097eb354a49d72157c3129cfbadd52ddf60ad91f Mon Sep 17 00:00:00 2001 From: Rajesh Sharma Date: Tue, 25 Jun 2024 16:31:01 +0200 Subject: [PATCH] Release 2.11.0 --- CHANGELOG.md | 12 +----------- Gemfile.lock | 2 +- lib/racecar/version.rb | 2 +- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fb9d9..b467229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 9fa9120..1b0e3fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/racecar/version.rb b/lib/racecar/version.rb index 7ca60c5..834ecf7 100644 --- a/lib/racecar/version.rb +++ b/lib/racecar/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Racecar - VERSION = "2.11.0.beta4" + VERSION = "2.11.0" end