Skip to content

Commit

Permalink
Release v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 24, 2023
1 parent c773e24 commit 9de30de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9de30de

Please sign in to comment.