Skip to content

Commit

Permalink
Release 0.13.5 - queue adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Jan 2, 2020
1 parent 78628b7 commit 0c2c650
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]


## [0.13.5] - 2020-01-01

### Added
- Queue adapter for mock testing @ananthakumaran and @samidarko

## [0.13.4] - 2019-11-3

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver
defp deps do
[
# ... other deps
{:exq, "~> 0.13.4"}
{:exq, "~> 0.13.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Exq.Mixfile do
def project do
[
app: :exq,
version: "0.13.4",
version: "0.13.5",
elixir: "~> 1.6",
elixirc_paths: ["lib"],
package: [
Expand Down

0 comments on commit 0c2c650

Please sign in to comment.