Skip to content

Commit b2e6f22

Browse files
authored
Merge pull request aws-beam#158 from aws-beam/tag-new-version
Update version in mix.exs and update changelog
2 parents de7126f + 510640f commit b2e6f22

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased][unreleased]
5+
## [v0.13.2] - 2023-03-08
6+
- Fix AWS.S3.delete_objects which requires a content md5 header
67

78
## [v0.13.1] - 2022-09-07
89

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

77
def project do

0 commit comments

Comments
 (0)