Skip to content

Commit d123006

Browse files
committed
Roll version
1 parent 5b16f73 commit d123006

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.2.5 (TBA)
3+
## v0.2.5 (2023-08-21)
44

55
* `Assent.Strategy.Spotify` added
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add Assent to your list of dependencies in `mix.exs`:
4040
defp deps do
4141
[
4242
# ...
43-
{:assent, "~> 0.2.4"},
43+
{:assent, "~> 0.2.5"},
4444

4545
# Required for SSL validation with :httpc adapter
4646
{:certifi, "~> 2.4"},

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Assent.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/pow-auth/assent"
5-
@version "0.2.4"
5+
@version "0.2.5"
66

77
def project do
88
[

0 commit comments

Comments
 (0)