diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb569d..24a7310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.3.1 (TBA) +## v0.3.1 (2019-06-05) * Added Pow minimum requirement `~> 1.0.9` * Added repo `:prefix` support diff --git a/README.md b/README.md index c6fb6a4..823524d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add PowAssent to your list of dependencies in `mix.exs`: def deps do [ # ... - {:pow_assent, "~> 0.3.0"}, + {:pow_assent, "~> 0.3.1"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, diff --git a/mix.exs b/mix.exs index 89bf1cc..f7ffbfe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.3.0" + @version "0.3.1" def project do [