diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e7958..dcc442a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.2.8 (TBA) +## v0.2.8 (2023-11-19) `Req` will be used by default if available in your project, otherwise `:httpc` will be used. diff --git a/README.md b/README.md index df96fc9..4e0a42d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add Assent to your list of dependencies in `mix.exs`: defp deps do [ # ... - {:assent, "~> 0.2.7"} + {:assent, "~> 0.2.8"} ] end ``` diff --git a/mix.exs b/mix.exs index a8ff9dc..ea9988f 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Assent.MixProject do use Mix.Project @source_url "https://github.com/pow-auth/assent" - @version "0.2.7" + @version "0.2.8" def project do [