diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4447f..31e4e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.2.9 (TBA) +## v0.2.9 (2023-11-22) - Fixed bug where `Req` was not used by default if included in project - `Assent.Strategy.Httpc.request/5` now sets content length header diff --git a/README.md b/README.md index 4e0a42d..199a00e 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.8"} + {:assent, "~> 0.2.9"} ] end ``` diff --git a/mix.exs b/mix.exs index ea9988f..6afb2c1 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.8" + @version "0.2.9" def project do [