diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4f88b..aaeb8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## v1.3.0rc1 + +Fixes: +* Disable production settings on staging +* Delete SSL certs only if defined in cf template +* Remove subnet hardwiring +* Add UK ami mappings +* Add a region argument to the aws task +* get elb helpers shouldn't raise if none elbs exist. (#238) +* Disable pretty printing of cfn template. +* Markup YAML fragments correctly +* Mark up bash commands correctly +* Show external references as a list +* Token delimitation +* Fix table +* Show the section headings correctly +* Exclude the yaml config files from flake8 +* Update default RDS version to 9.5.4 +* Make sure that set_active_stack activates all ELBs. +* Add version tag +* Added tests and updated README +* Update deployrarn when active stacks is changed + ## v1.2.0 Fixes: diff --git a/setup.py b/setup.py index 720b03c..9384bf5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='bootstrap_cfn', - version='1.1.0', + version='1.3.0rc1', url='http://github.com/ministryofjustice/bootstrap_cfn/', license='LICENSE', author='MOJDS',