Skip to content

Commit

Permalink
Release v0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Mar 7, 2024
1 parent 7898f14 commit 67344bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`,
Expand Down
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.4.12"
@version "0.4.13"
@source_url "https://github.com/wojtekmach/req"

def project do
Expand Down

0 comments on commit 67344bc

Please sign in to comment.