We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 524ef61 + 414c221 commit 0ff367eCopy full SHA for 0ff367e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [v1.0.1] - 2024-05-21
4
+- Fix correct hostname for global endpoints
5
+
6
## [v1.0.0] - 2024-04-21
7
- Implement automatic retries
8
- Fix typo on S3 multipart upload doc
mix.exs
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project
- @version "1.0.0"
+ @version "1.0.1"
@repo_url "https://github.com/aws-beam/aws-elixir"
def project do
0 commit comments