We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ac6cb commit c91b717Copy full SHA for c91b717
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.4.10 (TBA)
+## v0.4.10 (2020-11-24)
4
5
* [`PowAssent.Plug`] Fixed bug where the `:cache_store_backend` was not being loaded from the application environment correctly
6
README.md
@@ -37,7 +37,7 @@ Add PowAssent to your list of dependencies in `mix.exs`:
37
defp deps do
38
[
39
# ...
40
- {:pow_assent, "~> 0.4.9"},
+ {:pow_assent, "~> 0.4.10"},
41
42
# Optional, but recommended for SSL validation with :httpc adapter
43
{:certifi, "~> 2.4"},
mix.exs
@@ -1,7 +1,7 @@
defmodule PowAssent.MixProject do
use Mix.Project
- @version "0.4.9"
+ @version "0.4.10"
def project do
7
0 commit comments