diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fa304..0913cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.2.3 (TBA) +## v0.2.3 (2019-04-09) * Added `:authorization_params` config option to `PowAssent.Strategy.OAuth` * Plug and Phoenix controller now handles `:session_params` rather than `:state` for any params that needs to be stored temporarily during authorization diff --git a/README.md b/README.md index 66e2f7a..f19a2b5 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.2.2"}, + {:pow_assent, "~> 0.2.3"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, diff --git a/mix.exs b/mix.exs index e760088..fcbf97d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.2.2" + @version "0.2.3" def project do [