diff --git a/CHANGELOG.md b/CHANGELOG.md index 63309b03..23f9178f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f9ebb12a..0f6e5daf 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 92464ca4..599ef6a4 100644 --- a/mix.exs +++ b/mix.exs @@ -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: [