diff --git a/CHANGELOG.md b/CHANGELOG.md index 075d949..9d963fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.4.10 (TBA) +## v0.4.10 (2020-11-24) * [`PowAssent.Plug`] Fixed bug where the `:cache_store_backend` was not being loaded from the application environment correctly diff --git a/README.md b/README.md index bc245a2..b7a859b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add PowAssent to your list of dependencies in `mix.exs`: defp deps do [ # ... - {:pow_assent, "~> 0.4.9"}, + {:pow_assent, "~> 0.4.10"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, diff --git a/mix.exs b/mix.exs index c9bf8eb..a030411 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.4.9" + @version "0.4.10" def project do [