Skip to content

Commit

Permalink
Merge pull request #173 from aws-beam/new-release-0-14-0
Browse files Browse the repository at this point in the history
Update version in mix.exs to 0.14.0 and update changelog
  • Loading branch information
onno-vos-dev authored Jan 5, 2024
2 parents 437eb78 + 86abfed commit a7f4f88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v0.14.0] - 2024-01-05
- Add support for the ec2 protocol
- Add docs for multipart upload to S3
- Allow call-site specification of http client options

All notable changes to this project will be documented in this file.
## [v0.13.3] - 2023-04-20
- Skip signature without access_key_id and secret_access_key
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project

@version "0.13.3"
@version "0.14.0"
@repo_url "https://github.com/aws-beam/aws-elixir"

def project do
Expand Down

0 comments on commit a7f4f88

Please sign in to comment.