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 5b18531 commit c9448dfCopy full SHA for c9448df
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.4.12 (TBA)
+## v0.4.12 (2021-09-30)
4
5
Now supports Phoenix 1.6.x.
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.11"},
+ {:pow_assent, "~> 0.4.12"},
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.11"
+ @version "0.4.12"
def project do
7
0 commit comments