Skip to content

Commit 52f6d00

Browse files
committed
polish, release
1 parent de1f5dd commit 52f6d00

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- 7419:7419
2121
- 7420:7420
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v6
2424
- uses: ruby/setup-ruby@v1
2525
with:
2626
bundler-cache: true

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 2.1.2
4+
5+
- Fix race condition in `faktory_options`. [#523]
6+
37
## 2.1.1
48

59
- Add new `Faktory::Client#queue_latency` API

lib/faktory/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Faktory
4-
VERSION = "2.1.1"
4+
VERSION = "2.1.2"
55
end

0 commit comments

Comments
 (0)