Skip to content

Commit 6464b66

Browse files
committed
Release 0.16.2
1 parent f80d8c9 commit 6464b66

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Add `:exq` to your `mix.exs` deps (replace version with the latest hex.pm packag
7171
defp deps do
7272
[
7373
# ... other deps
74-
{:exq, "~> 0.16.1"}
74+
{:exq, "~> 0.16.2"}
7575
]
7676
end
7777
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)