We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad82697 commit c4cadb1Copy full SHA for c4cadb1
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.2.11 (TBA)
+## v0.2.11 (2024-12-29)
4
5
* Default to using `JSON` instead of `Jason` for JSON parsing on Elixir 1.18
6
* `Assent.Strategy.OAuth2` now supports `:state` config option
README.md
@@ -45,7 +45,7 @@ Add Assent to your list of dependencies in `mix.exs`:
45
defp deps do
46
[
47
# ...
48
- {:assent, "~> 0.2.9"}
+ {:assent, "~> 0.2.11"}
49
]
50
end
51
```
mix.exs
@@ -2,7 +2,7 @@ defmodule Assent.MixProject do
use Mix.Project
@source_url "https://github.com/pow-auth/assent"
- @version "0.2.10"
+ @version "0.2.11"
7
def project do
8
0 commit comments