Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [v1.0.10] - 2025-11-21
- Add support for endpoint env override

## [v1.0.9] - 2025-08-18
- Allow retrying on http 429 too many requests

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 AWS.Mixfile do
use Mix.Project

@version "1.0.9"
@version "1.0.10"
@repo_url "https://github.com/aws-beam/aws-elixir"

def project do
Expand Down