From 86abfedbcec8bffe5592c09f5218447b79a7f7cd Mon Sep 17 00:00:00 2001 From: Onno Vos Date: Fri, 5 Jan 2024 19:14:22 +0100 Subject: [PATCH] Update version in mix.exs to 0.14.0 and update changelog --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5379fd..e712d56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 0d4c016e..8a0d196b 100644 --- a/mix.exs +++ b/mix.exs @@ -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