Skip to content

Commit

Permalink
Bump verison and update changelog (v2.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Jun 4, 2024
1 parent 66c5c36 commit 7e9f8c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v2.5.3 (2024-06-04)
- Endpoint and region updates
- Add support for Elixir 1.16
- Drop support for Elixir 1.11
- Add support for `sso_session` in `.aws/config`
- Add support for EventBridge Pipes service
- Add support for Pinpoint Mobiletargeting service
- Add docs for running DynamoDB locally
- Allow iodata body in s3 requests

v2.5.2 (2024-03-19)
- Endpoint updates

Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExAws.Mixfile do
use Mix.Project

@source_url "https://github.com/ex-aws/ex_aws"
@version "2.5.2"
@version "2.5.3"

def project do
[
Expand Down Expand Up @@ -59,6 +59,7 @@ defmodule ExAws.Mixfile do
[
description: description(),
files: ["priv", "lib", "config", "mix.exs", "CHANGELOG.md", "README*", "LICENSE"],
exclude_patterns: ["_build", "deps", "test", "*~"],
maintainers: ["Bernard Duggan", "Ben Wilson"],
licenses: ["MIT"],
links: %{
Expand Down

0 comments on commit 7e9f8c1

Please sign in to comment.