File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77
8+
9+ ## [ 0.13.5] - 2020-01-01
10+
11+ ### Added
12+ - Queue adapter for mock testing @ananthakumaran and @samidarko
13+
814## [ 0.13.4] - 2019-11-3
915
1016### Fixed
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver
6666 defp deps do
6767 [
6868 # ... other deps
69- {:exq , " ~> 0.13.4 " }
69+ {:exq , " ~> 0.13.5 " }
7070 ]
7171 end
7272```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Exq.Mixfile do
44 def project do
55 [
66 app: :exq ,
7- version: "0.13.4 " ,
7+ version: "0.13.5 " ,
88 elixir: "~> 1.6" ,
99 elixirc_paths: [ "lib" ] ,
1010 package: [
You can’t perform that action at this time.
0 commit comments