Skip to content

Commit a7f4f88

Browse files
authored
Merge pull request #173 from aws-beam/new-release-0-14-0
Update version in mix.exs to 0.14.0 and update changelog
2 parents 437eb78 + 86abfed commit a7f4f88

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [v0.14.0] - 2024-01-05
4+
- Add support for the ec2 protocol
5+
- Add docs for multipart upload to S3
6+
- Allow call-site specification of http client options
7+
38
All notable changes to this project will be documented in this file.
49
## [v0.13.3] - 2023-04-20
510
- Skip signature without access_key_id and secret_access_key

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

77
def project do

0 commit comments

Comments
 (0)