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 2ce20a1 commit 524413cCopy full SHA for 524413c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.4.11 (TBA)
+## v0.4.11 (2021-07-14)
4
5
### Bug fixes
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.10"},
+ {:pow_assent, "~> 0.4.11"},
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.10"
+ @version "0.4.11"
def project do
7
0 commit comments