diff --git a/CHANGELOG.md b/CHANGELOG.md index 3133e76..32373c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.1 + +Fixes: + * Fix KMS key retrieval + ## 1.2.0 Features: diff --git a/setup.py b/setup.py index af3dd76..3f0d6ec 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='bootstrap_salt', - version='1.2.0', + version='1.2.1', url='http://github.com/ministryofjustice/bootstrap-salt/', license='LICENSE', author='MOJDS',