Skip to content

Commit fe09223

Browse files
committed
Roll version
1 parent 992378d commit fe09223

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.0.39 (TBA)
3+
## v1.0.39 (2025-01-11)
44

55
Now requires Elixir 1.14+.
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add Pow to your list of dependencies in `mix.exs`:
2727
defp deps do
2828
[
2929
# ...
30-
{:pow, "~> 1.0.38"}
30+
{:pow, "~> 1.0.39"}
3131
]
3232
end
3333
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Pow.MixProject do
22
use Mix.Project
33

4-
@version "1.0.38"
4+
@version "1.0.39"
55

66
def project do
77
[

0 commit comments

Comments
 (0)