diff --git a/CHANGELOG.md b/CHANGELOG.md index 353fc12b..b38ca7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.4.13 (2024-03-07) + + * [`run_finch`]: Default to `connect_options: [protocols: [:http1]]` due to regression + with HTTP/2 requests over HTTP/1 connections (`protocols: [:http1, :http2]`) with request body + size exceeding 64kib. + ## v0.4.12 (2024-03-06) * [`Req`]: Add response body streaming via `into: :self`, `Req.parse_message/2`, diff --git a/mix.exs b/mix.exs index eeb1ab02..6c264489 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Req.MixProject do use Mix.Project - @version "0.4.12" + @version "0.4.13" @source_url "https://github.com/wojtekmach/req" def project do