Skip to content

Commit

Permalink
Release 2.10.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
deepredsky committed Oct 18, 2023
1 parent 639327b commit c24699d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 2.10.0.beta2

* Don't load rails env for liveness probe
* Resolve Rails 7.1 logger incompatibility
* Test with Ruby 3.3 preview

## 2.10.0.beta1

* Bump rdkafka gem version to 0.13.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.10.0.beta1"
VERSION = "2.10.0.beta2"
end

0 comments on commit c24699d

Please sign in to comment.