There was an error while loading. Please reload this page.
1 parent de1f5dd commit 52f6d00Copy full SHA for 52f6d00
3 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- 7419:7419
21
- 7420:7420
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
24
- uses: ruby/setup-ruby@v1
25
with:
26
bundler-cache: true
Changes.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## 2.1.2
4
+
5
+- Fix race condition in `faktory_options`. [#523]
6
7
## 2.1.1
8
9
- Add new `Faktory::Client#queue_latency` API
lib/faktory/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Faktory
- VERSION = "2.1.1"
+ VERSION = "2.1.2"
end
0 commit comments