diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d787c..d06af94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.2.4 (TBA) +## v0.2.4 (2019-04-25) * Fixed so OAuth 2.0 access token request params are in the POST body in accordance with RFC 6749 diff --git a/README.md b/README.md index e2df6c1..76bb3a3 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.3"}, + {:pow_assent, "~> 0.2.4"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, diff --git a/mix.exs b/mix.exs index fcbf97d..38f500b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.2.3" + @version "0.2.4" def project do [