File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77
8+ ## [ 0.22.0] - 2025-10-22
9+
10+ ### Changed
11+ - Allow poison 6 #505 by @ananthakumaran
12+ - Upgrade ex_doc #506 by @ananthakumaran
13+
14+ ### Fixed
15+ - Shutdown order of enqueuer #501 by @ananthakumaran
16+ - Avoid unlocking lock acquired by other jobs #502 by @ananthakumaran
17+
818## [ 0.21.0] - 2025-08-24
919
1020### Added
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Add `:exq` to your `mix.exs` deps (replace version with the latest hex.pm packag
6969defp deps do
7070 [
7171 # ... other deps
72- {:exq , " ~> 0.21 .0" }
72+ {:exq , " ~> 0.22 .0" }
7373 ]
7474end
7575```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Exq.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/akira/exq"
5- @ version "0.21 .0"
5+ @ version "0.22 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments