Skip to content

Commit

Permalink
Update changelog and mix.exs for v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Jun 30, 2022
1 parent 9198175 commit 2d9b2cb
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

v2.3.3 (2022-06-30)

- Update docs
- Support updating lifecycles for non-versioned buckets
- Function spec fixes

v2.3.2 (2021-12-03)
- Support tagging_directive in ExAws.S3.Utils.put_object_headers/1
- Add x-amz-security-token field in presigned_post when required
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.2"
@version "2.3.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 2d9b2cb

Please sign in to comment.