Skip to content

Commit 477a47f

Browse files
committed
Bump to 0.12.2 and update changelog
1 parent b955550 commit 477a47f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)