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 631bdb7 + 3b58f84 commit 6f74762Copy full SHA for 6f74762
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [v1.0.3] - 2024-11-22
4
+- Add support for custom metadata
5
+
6
## [v1.0.2] - 2024-06-07
7
- Fix correct signing name for a few endpoints which were wrong
8
mix.exs
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project
- @version "1.0.2"
+ @version "1.0.3"
@repo_url "https://github.com/aws-beam/aws-elixir"
def project do
0 commit comments