Skip to content

Commit

Permalink
Bump version, update CHANGELOG for v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Jan 11, 2024
1 parent fa15ed8 commit e2f8d52
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,12 @@
# Changelog

v2.5.3 (2024-01-11)

- Add option to get auth from AuthCache on every request when uploading to S3 in a stream
- Fix dialyzer warnings with Elixir 1.16
- Allow hash types other than MD5 when generating body hash
- Fix error handling for `parse_upload_part_copy`

v2.5.2 (2023-10-16)

- Properly fix typespec for presigned_url/5, and include support for Elixir datetime types.
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.2"
@version "2.5.3"
@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 e2f8d52

Please sign in to comment.