1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
This commit is contained in:
geemus 2019-06-10 10:31:22 -05:00
parent def0af094b
commit f80f682d43
2 changed files with 11 additions and 2 deletions

View file

@ -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)

View file

@ -1,5 +1,5 @@
module Fog
module AWS
VERSION = "3.5.0"
VERSION = "3.5.1"
end
end