Merge pull request #1937 from svanharmelen/update-changelog

Adding Chef provisioner info to the CHANGELOG
This commit is contained in:
Sander van Harmelen 2015-05-12 23:59:59 +02:00
commit 75f000e0cc
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,10 @@
## 0.5.1 (unreleased)
FEATURES:
* **Chef provisioning**: You can now provision new hosts (both Linux and
Windows) with [Chef](https://chef.io) using a native provisioner [GH-1868]
IMPROVEMENTS:
* provider/aws: `aws_s3_bucket` exports `hosted_zone_id` and `region` [GH-1865]
@ -797,5 +802,3 @@ BUG FIXES:
## 0.1.0 (July 28, 2014)
* Initial release