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 a4ac74f commit 801408eCopy full SHA for 801408e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.0.38 (TBA)
+## v1.0.38 (2024-04-11)
4
5
### Bug fixes
6
README.md
@@ -27,7 +27,7 @@ Add Pow to your list of dependencies in `mix.exs`:
27
defp deps do
28
[
29
# ...
30
- {:pow, "~> 1.0.37"}
+ {:pow, "~> 1.0.38"}
31
]
32
end
33
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Pow.MixProject do
use Mix.Project
- @version "1.0.37"
+ @version "1.0.38"
def project do
7
0 commit comments