File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77
8+ ## [ 0.13.2] - 2019-03-15
9+
10+ ### Fixed
11+ - Fix json_library issue #369 needing addition to config file. Add default value.
812
913## [ 0.13.1] - 2019-02-24
1014
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.1 " }
69+ {:exq , " ~> 0.13.2 " }
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.1 " ,
7+ version: "0.13.2 " ,
88 elixir: "~> 1.6" ,
99 elixirc_paths: [ "lib" ] ,
1010 package: [
You can’t perform that action at this time.
0 commit comments