File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77
8+ ## [ 0.21.0] - 2025-08-24
9+
10+ ### Added
11+ - Add ability to snooze job #500 by @ananthakumaran
12+
813## [ 0.20.0] - 2025-07-19
914
1015### Changed
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.20 .0" }
72+ {:exq , " ~> 0.21 .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.20 .0"
5+ @ version "0.21 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments