Skip to content

Commit c4cadb1

Browse files
committed
Roll version
1 parent ad82697 commit c4cadb1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2.11 (TBA)
3+
## v0.2.11 (2024-12-29)
44

55
* Default to using `JSON` instead of `Jason` for JSON parsing on Elixir 1.18
66
* `Assent.Strategy.OAuth2` now supports `:state` config option

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add Assent to your list of dependencies in `mix.exs`:
4545
defp deps do
4646
[
4747
# ...
48-
{:assent, "~> 0.2.9"}
48+
{:assent, "~> 0.2.11"}
4949
]
5050
end
5151
```

mix.exs

Lines changed: 1 addition & 1 deletion
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.10"
5+
@version "0.2.11"
66

77
def project do
88
[

0 commit comments

Comments
 (0)