From f80f682d43a4c4883a1d4c7a0a55bc6bb9badf78 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 10 Jun 2019 10:31:22 -0500 Subject: [PATCH] v3.5.1 --- CHANGELOG.md | 11 ++++++++++- lib/fog/aws/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5831a0784..926b1011d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [Unreleased](https://github.com/fog/fog-aws/tree/HEAD) + +[Full Changelog](https://github.com/fog/fog-aws/compare/v3.5.0...HEAD) + +**Merged pull requests:** + +- Fixed issue with InvocationType header for AWS Lambda [\#524](https://github.com/fog/fog-aws/pull/524) ([GarrisonD](https://github.com/GarrisonD)) +- Add support for generating tree hash tests by adding unaligned parts. [\#521](https://github.com/fog/fog-aws/pull/521) ([hkmaly](https://github.com/hkmaly)) + ## [v3.5.0](https://github.com/fog/fog-aws/tree/v3.5.0) (2019-04-25) [Full Changelog](https://github.com/fog/fog-aws/compare/v3.4.0...v3.5.0) @@ -796,4 +805,4 @@ ## [fog-brightbox_v0.0.1](https://github.com/fog/fog-aws/tree/fog-brightbox_v0.0.1) (2014-02-19) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/lib/fog/aws/version.rb b/lib/fog/aws/version.rb index ae4df5edb..667936b48 100644 --- a/lib/fog/aws/version.rb +++ b/lib/fog/aws/version.rb @@ -1,5 +1,5 @@ module Fog module AWS - VERSION = "3.5.0" + VERSION = "3.5.1" end end