Skip to content

Commit 822c491

Browse files
authored
Merge pull request #213 from aws-beam/prepare-release-1-0-6
Release 1.0.6
2 parents 52c0bed + cf51e76 commit 822c491

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.6] - 2025-04-23
4+
- `DELETE` requests have no body
5+
36
## [v1.0.5] - 2025-04-15
47
- Allow option `sign_request?` to disable signing
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.5"
4+
@version "1.0.6"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66

77
def project do

0 commit comments

Comments
 (0)