Skip to content

Commit 6f74762

Browse files
authored
Merge pull request #202 from aws-beam/release-1-0-3
Prepare for release of 1.0.3
2 parents 631bdb7 + 3b58f84 commit 6f74762

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.3] - 2024-11-22
4+
- Add support for custom metadata
5+
36
## [v1.0.2] - 2024-06-07
47
- Fix correct signing name for a few endpoints which were wrong
58

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.2"
4+
@version "1.0.3"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66

77
def project do

0 commit comments

Comments
 (0)