From b6e38da87ba3b80606932d0bbbf8f175d9309f76 Mon Sep 17 00:00:00 2001 From: Niall Creech Date: Thu, 5 Nov 2015 11:19:11 +0000 Subject: [PATCH] Release v1.2.1 Fixes: Fix KMS key retrieval --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',