diff --git a/CHANGELOG.md b/CHANGELOG.md index e77eeac..729af09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 0.5.x +## Version 0.5.7 * Provide hook point in cfn_delete fab task after confirm but before DeleteStack call. diff --git a/setup.py b/setup.py index c8655ca..f8bb396 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='bootstrap_cfn', - version='0.5.6', + version='0.5.7', url='http://github.com/ministryofjustice/bootstrap_cfn/', license='LICENSE', author='MOJDS',