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 6a4e362 commit 52368f6Copy full SHA for 52368f6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.0.37 (TBA)
+## v1.0.37 (2024-03-03)
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.36"}
+ {:pow, "~> 1.0.37"}
31
]
32
end
33
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Pow.MixProject do
use Mix.Project
- @version "1.0.36"
+ @version "1.0.37"
def project do
7
0 commit comments