From 3b35651ba281284c4e83644c613ef56160b5683e Mon Sep 17 00:00:00 2001 From: Onno Vos Date: Fri, 21 Nov 2025 10:18:24 +0100 Subject: [PATCH] Prepare release of 1.0.10 --- CHANGELOG.md | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc0fb43..81b2d1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index ccf536ee..3968966a 100644 --- a/mix.exs +++ b/mix.exs @@ -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