1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

0.7.6 changelog

This commit is contained in:
Josh Lane 2015-08-26 14:38:19 -07:00
parent 1db00d725c
commit 306b4cd5d8

View file

@ -1,5 +1,17 @@
# Change Log
## [v0.7.6](https://github.com/fog/fog-aws/tree/v0.7.6) (2015-08-26)
[Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.5...v0.7.6)
**Closed issues:**
- mock directories.create destroys existing directory [\#172](https://github.com/fog/fog-aws/issues/172)
**Merged pull requests:**
- Add GovCloud region name to validation set. [\#175](https://github.com/fog/fog-aws/pull/175) ([triplepoint](https://github.com/triplepoint))
- Mocked put\_bucket no longer clobbers existing bucket [\#174](https://github.com/fog/fog-aws/pull/174) ([jgr](https://github.com/jgr))
## [v0.7.5](https://github.com/fog/fog-aws/tree/v0.7.5) (2015-08-24)
[Full Changelog](https://github.com/fog/fog-aws/compare/v0.7.4...v0.7.5)