We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6e374 commit 5f31c10Copy full SHA for 5f31c10
3 files changed
CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
8
+## [0.23.0] - 2025-11-04
9
+
10
+### Added
11
+- Add ability to cancel running jobs #507 by @ananthakumaran
12
13
## [0.22.0] - 2025-10-22
14
15
### Changed
README.md
@@ -69,7 +69,7 @@ Add `:exq` to your `mix.exs` deps (replace version with the latest hex.pm packag
69
defp deps do
70
[
71
# ... other deps
72
- {:exq, "~> 0.22.0"}
+ {:exq, "~> 0.23.0"}
73
]
74
end
75
```
mix.exs
@@ -2,7 +2,7 @@ defmodule Exq.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/akira/exq"
- @version "0.22.0"
+ @version "0.23.0"
def project do
0 commit comments