diff --git a/CHANGELOG.md b/CHANGELOG.md index c021c64..113c69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.0.14 + +- Use `Jason` instead of `Poison`. + # v0.0.13 - Update dependencies. diff --git a/README.md b/README.md index 3f75e9e..54de7d8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A module for creating coupled modules of CSS, Javascript and Views in Phoenix. Add the following to the dependencies in `mix.exs`: ```ex -{:ex_cell, "~> 0.0.13"} +{:ex_cell, "~> 0.0.14"} ``` In Phoenix 1.3.0+ add the following to `lib/app_web/web.ex`: diff --git a/mix.exs b/mix.exs index 797187c..9306ae1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExCell.Mixfile do use Mix.Project - @version "0.0.13" + @version "0.0.14" def project do [