Skip to content

Commit

Permalink
Update changelog and mix.exs for v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Jan 10, 2023
1 parent 79f8a17 commit cdc60d3
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.4.0 (2023-01-10)

- Update `presigned_post` to support the same URL options as `presigned_url`.
- Add `bucket_as_host` to `presigned_url_opts`
- Bring minimum Elixir and Erlang versions into line with base ExAws
- Use percent encoding instead of www form for header

v2.3.3 (2022-06-30)

- Update docs
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.3.3"
@version "2.4.0"
@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 cdc60d3

Please sign in to comment.