Skip to content

Commit

Permalink
Release v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 1, 2024
1 parent 3f843dd commit fbdd3ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.5.5 (2024-08-01)

* [`put_aws_sigv4`]: Fix detecting service

* [`put_aws_sigv4`]: Raise on no `:access_key_id`/`:secret_access_key`/`:service`

* [`put_aws_sigv4`]: Fix handling `?name` (no value)

* [`handle_http_errors`]: should run before `verify_checksum`

* [`encode_body`]: Support `%File.Stream{}` in `:form_multipart`

* [`encode_body`]: Support `%File.Stream{}` from other nodes in `:form_multipart`

## v0.5.4 (2024-07-18)

* [`run_finch`], [`Req.parse_message/2`]: Gracefully handle process messages not meant
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.5.4"
@version "0.5.5"
@source_url "https://github.com/wojtekmach/req"

def project do
Expand Down

0 comments on commit fbdd3ac

Please sign in to comment.