File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66## [ Unreleased]
77
88
9+ ## [ 0.16.2] - 2022-04-15
10+
11+ ### Added
12+ - API to send signal to worker nodes by @ananthakumaran
13+ ### Changed
14+
15+ ### Fixed
16+ - Fixed typos #464 by @kianmeng
17+
918## [ 0.16.1] - 2021-12-13
1019
1120### Added
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Add `:exq` to your `mix.exs` deps (replace version with the latest hex.pm packag
7171defp deps do
7272 [
7373 # ... other deps
74- {:exq , " ~> 0.16.1 " }
74+ {:exq , " ~> 0.16.2 " }
7575 ]
7676end
7777```
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.16.1 "
5+ @ version "0.16.2 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments