File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77
8+ ## [ 0.12.2] - 2018-10-14
9+
10+ ### Fixed
11+ - Don't assume redis_opts is enumerable by @ryansch
12+
13+ ### Added
14+ - Add {: system , VAR} format support for more config params by @LysanderGG
15+ - Allow setting mode to both [ : enqueuer , : api ] by @buob
16+
17+ ### Changed
18+ - Specify less than 0.8.0 on redix version in mix.exs by @buob
19+
820## [ 0.12.1] - 2018-07-13
921
1022### 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.12.1 " }
69+ {:exq , " ~> 0.12.2 " }
7070 ]
7171 end
7272```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Exq.Mixfile do
33
44 def project do
55 [ app: :exq ,
6- version: "0.12.1 " ,
6+ version: "0.12.2 " ,
77 elixir: "~> 1.3" ,
88 elixirc_paths: [ "lib" ] ,
99 package: [
You can’t perform that action at this time.
0 commit comments