Skip to content

Commit

Permalink
Bump version and CHANGELOG v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Oct 11, 2023
1 parent 0844ab2 commit eba6628
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
/tmp
.elixir_ls
.elixir_ls
*~
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.1 (2023-10-12)

- Fix typespec for presigned_url/5

v2.5.0 (2023-10-04)

- Increase minimum Elixir version to 1.11
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.0"
@version "2.5.1"
@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 eba6628

Please sign in to comment.