diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a73c3a..1db372f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Version 0.8.0 + * Provide the ability to override the AMI used + * Allow the ASG config to use ELB healthchecks + * Update to latest Ubuntu 14.04 LTS AMI + * Change to use the AWS Windows 2012 AMI + * Add automatic upgrades to cloud-init. + * Add a Name tag to instances + * Set boto3 to use aws profile session + ## Version 0.7.7 * Add ability to create Windows 2012 machines diff --git a/setup.py b/setup.py index a416bd9..1e18342 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='bootstrap_cfn', - version='0.7.7', + version='0.8.0', url='http://github.com/ministryofjustice/bootstrap_cfn/', license='LICENSE', author='MOJDS',