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 de7126f + 510640f commit b2e6f22Copy full SHA for b2e6f22
CHANGELOG.md
@@ -2,7 +2,8 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [Unreleased][unreleased]
+## [v0.13.2] - 2023-03-08
6
+- Fix AWS.S3.delete_objects which requires a content md5 header
7
8
## [v0.13.1] - 2022-09-07
9
mix.exs
@@ -1,7 +1,7 @@
1
defmodule AWS.Mixfile do
use Mix.Project
- @version "0.13.1"
+ @version "0.13.2"
@repo_url "https://github.com/aws-beam/aws-elixir"
def project do
0 commit comments