Skip to content

Commit 0ff367e

Browse files
authored
Merge pull request #192 from aws-beam/release-1-0-1
Prepare for release of AWS Elixir 1.0.1
2 parents 524ef61 + 414c221 commit 0ff367e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [v1.0.1] - 2024-05-21
4+
- Fix correct hostname for global endpoints
5+
36
## [v1.0.0] - 2024-04-21
47
- Implement automatic retries
58
- Fix typo on S3 multipart upload doc

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AWS.Mixfile do
22
use Mix.Project
33

4-
@version "1.0.0"
4+
@version "1.0.1"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66

77
def project do

0 commit comments

Comments
 (0)