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 d0a2c62 + cf1c5f4 commit c8fbde3Copy full SHA for c8fbde3
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [v1.0.5] - 2025-04-15
4
+- Allow option `sign_request?` to disable signing
5
+
6
## [v1.0.4] - 2024-12-09
7
- Fix support for custom metadata
8
mix.exs
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project
- @version "1.0.4"
+ @version "1.0.5"
@repo_url "https://github.com/aws-beam/aws-elixir"
def project do
0 commit comments