Skip to content

Commit 8e6b744

Browse files
authored
Merge pull request #163 from aws-beam/new-release-0-13-3
Update version in mix.exs to 0.13.3 and update changelog
2 parents 4137bb9 + 069819e commit 8e6b744

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
All notable changes to this project will be documented in this file.
4+
## [v0.13.3] - 2023-04-20
5+
- Skip signature without access_key_id and secret_access_key
46

57
## [v0.13.2] - 2023-03-08
68
- Fix AWS.S3.delete_objects which requires a content md5 header

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 "0.13.2"
4+
@version "0.13.3"
55
@repo_url "https://github.com/aws-beam/aws-elixir"
66

77
def project do

0 commit comments

Comments
 (0)