Skip to content

Commit 16151ae

Browse files
committed
Roll version
1 parent 15dc525 commit 16151ae

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.34 (TBA)
3+
## v1.0.34 (2023-09-18)
44

55
**Note:** This release contains an important security fix. It is recommended to update immediately if you are using the `Pow.Store.Backend.MnesiaCache`.
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.33"}
30+
{:pow, "~> 1.0.34"}
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.33"
4+
@version "1.0.34"
55

66
def project do
77
[

0 commit comments

Comments
 (0)