Skip to content

Commit 86eae3f

Browse files
committed
Update version and changelog
1 parent a2e83b9 commit 86eae3f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [v0.4.0](https://github.com/aws-beam/aws_signature/tree/v0.4.0) (2023-09-06)
7+
## [v0.3.2](https://github.com/aws-beam/aws_signature/tree/v0.3.2) (2024-02-16)
88

99
### Added
1010

1111
- Add support for signing AWS event stream messages ([#23](https://github.com/aws-beam/aws_signature/pull/23))
12+
- Add body_digest option to sign_v4/10 ([#25](https://github.com/aws-beam/aws_signature/pull/25))
1213

1314
## [v0.3.1](https://github.com/aws-beam/aws_signature/tree/v0.3.1) (2022-04-27)
1415

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To install, just add it to your dependencies in `mix.exs`:
1212
```elixir
1313
defp deps() do
1414
[
15-
{:aws_signature, "~> 0.4.0"}
15+
{:aws_signature, "~> 0.3.2"}
1616
]
1717
end
1818
```
1919

2020
or `rebar.config`:
2121

2222
```erlang
23-
{deps, [{aws_signature, "~> 0.4.0"}]}.
23+
{deps, [{aws_signature, "~> 0.3.2"}]}.
2424
```

0 commit comments

Comments
 (0)