Skip to content

Commit c91b717

Browse files
committed
Roll version
1 parent d1ac6cb commit c91b717

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-
## v0.4.10 (TBA)
3+
## v0.4.10 (2020-11-24)
44

55
* [`PowAssent.Plug`] Fixed bug where the `:cache_store_backend` was not being loaded from the application environment correctly
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add PowAssent to your list of dependencies in `mix.exs`:
3737
defp deps do
3838
[
3939
# ...
40-
{:pow_assent, "~> 0.4.9"},
40+
{:pow_assent, "~> 0.4.10"},
4141

4242
# Optional, but recommended for SSL validation with :httpc adapter
4343
{:certifi, "~> 2.4"},

mix.exs

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

4-
@version "0.4.9"
4+
@version "0.4.10"
55

66
def project do
77
[

0 commit comments

Comments
 (0)