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 52c0bed + cf51e76 commit 822c491Copy full SHA for 822c491
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## [v1.0.6] - 2025-04-23
4
+- `DELETE` requests have no body
5
+
6
## [v1.0.5] - 2025-04-15
7
- Allow option `sign_request?` to disable signing
8
mix.exs
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project
- @version "1.0.5"
+ @version "1.0.6"
@repo_url "https://github.com/aws-beam/aws-elixir"
def project do
0 commit comments