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 725cd3b commit fc56243Copy full SHA for fc56243
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.2.2 (TBA)
+## v0.2.2 (2019-03-25)
4
5
* Fixed issue where user couldn't be created when PowEmailConfirmation was enabled
6
README.md
@@ -33,7 +33,7 @@ Add PowAssent to your list of dependencies in `mix.exs`:
33
def deps do
34
[
35
# ...
36
- {:pow_assent, "~> 0.2.1"},
+ {:pow_assent, "~> 0.2.2"},
37
38
# Optional, but recommended for SSL validation with :httpc adapter
39
{:certifi, "~> 2.4"},
mix.exs
@@ -1,7 +1,7 @@
defmodule PowAssent.MixProject do
use Mix.Project
- @version "0.2.1"
+ @version "0.2.2"
def project do
7
0 commit comments