We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2023ca8 commit 4076b37Copy full SHA for 4076b37
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.0.32 (TBA)
+## v1.0.32 (2023-08-30)
4
5
Removed deprecation warnings for Elixir 1.15.
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.31"}
+ {:pow, "~> 1.0.32"}
31
]
32
end
33
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Pow.MixProject do
use Mix.Project
- @version "1.0.31"
+ @version "1.0.32"
def project do
7
0 commit comments