diff --git a/CHANGELOG.md b/CHANGELOG.md index 7540254..bbb7ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.4.5 (TBA) +## v0.4.5 (2019-12-06) * [`PowAssent.Phoenix.AuthorizationController`] Now supports `:request_path` param so the user will be redirected back to `:request_path` after successful authorization * [`PowAssent.Phoenix.ViewHelpers`] `PowAssent.Phoenix.ViewHelpers.authorization_link/3` now adds `:request_path` to the query param if assigned to the conn diff --git a/README.md b/README.md index f645ff9..878ac06 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add PowAssent to your list of dependencies in `mix.exs`: defp deps do [ # ... - {:pow_assent, "~> 0.4.4"}, + {:pow_assent, "~> 0.4.5"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, diff --git a/mix.exs b/mix.exs index 89950b8..dde4d76 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.4.4" + @version "0.4.5" def project do [