Skip to content

Commit

Permalink
Bump version and update CHANGELOG (v2.5.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Oct 31, 2024
1 parent 95f4eaf commit a677aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

v2.5.5 (2024-10-31)

- Fix stream! handling when the client adapter models response headers as lists (eg Req)

v2.5.4 (2024-09-10)

- Add empty value checks for `delete_object`
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 ExAws.S3.Mixfile do
use Mix.Project

@version "2.5.4"
@version "2.5.5"
@service "s3"
@url "https://github.com/ex-aws/ex_aws_#{@service}"
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")
Expand Down

0 comments on commit a677aac

Please sign in to comment.