diff --git a/CHANGELOG.md b/CHANGELOG.md index 8374cd3..9c0aab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.4.1 (TBA) +## v0.4.1 (2019-10-08) * Use Assent `v0.1.2` and set `:redirect_uri` in config for OAuth 2.0 callback phase diff --git a/README.md b/README.md index e64c957..9d17660 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.0"}, + {:pow_assent, "~> 0.4.1"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, diff --git a/mix.exs b/mix.exs index 88590b7..450c184 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" def project do [