From 9de30de0df481ee557ccce230ab7a047917cab8a Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Mon, 24 Jul 2023 11:18:07 +0200 Subject: [PATCH] Release v0.3.11 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a62121..658c2ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.3.11 (2023-07-24) + + * Support `Req.get(options)`, `Req.post(options)`, etc + * Add [`Req.Request.new/1`] + * `retry`: Fix returning correct `private.req_retry_count` + ## v0.3.10 (2023-06-20) * [`decompress_body`]: No-op on non-binary response body @@ -479,4 +485,5 @@ See "Adapter" section in `Req.Request` module documentation for more information [`put_user_agent`]: https://hexdocs.pm/req/Req.Steps.html#put_user_agent/1 [`retry`]: https://hexdocs.pm/req/Req.Steps.html#retry/1 [`run_finch`]: https://hexdocs.pm/req/Req.Steps.html#run_finch/1 +[`Req.Request.new/1`]: https://hexdocs.pm/req/Req.Request.html#new/1 [`Req.Request.run_request/1`]: https://hexdocs.pm/req/Req.Request.html#run_request/1 diff --git a/mix.exs b/mix.exs index 56755802..54d5bbce 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Req.MixProject do use Mix.Project - @version "0.3.10" + @version "0.3.11" @source_url "https://github.com/wojtekmach/req" def project do