Skip to content

Commit d139201

Browse files
committed
Roll version
1 parent a8922c0 commit d139201

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.4.18 (TBA)
3+
## v0.4.18 (2024-02-17)
44

55
Now supports Phoenix HTML 4.0.
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add PowAssent to your list of dependencies in `mix.exs`:
4040
defp deps do
4141
[
4242
# ...
43-
{:pow_assent, "~> 0.4.17"},
43+
{:pow_assent, "~> 0.4.18"},
4444

4545
# Optional, but recommended for SSL validation with :httpc adapter
4646
{:certifi, "~> 2.4"},

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PowAssent.MixProject do
22
use Mix.Project
33

4-
@version "0.4.17"
4+
@version "0.4.18"
55

66
def project do
77
[

0 commit comments

Comments
 (0)