Skip to content

Commit

Permalink
Release 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Apr 16, 2022
1 parent f80d8c9 commit 6464b66
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]


## [0.16.2] - 2022-04-15

### Added
- API to send signal to worker nodes by @ananthakumaran
### Changed

### Fixed
- Fixed typos #464 by @kianmeng

## [0.16.1] - 2021-12-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Add `:exq` to your `mix.exs` deps (replace version with the latest hex.pm packag
defp deps do
[
# ... other deps
{:exq, "~> 0.16.1"}
{:exq, "~> 0.16.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Exq.Mixfile do
use Mix.Project

@source_url "https://github.com/akira/exq"
@version "0.16.1"
@version "0.16.2"

def project do
[
Expand Down

0 comments on commit 6464b66

Please sign in to comment.