From 42c8a1d71c001d75dd90dcbe12314cd38aae5828 Mon Sep 17 00:00:00 2001 From: mike-luminal Date: Sat, 11 Apr 2020 13:02:59 -0400 Subject: [PATCH] update changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 03a446e..b2937d0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## 1.17.1 +* Bugfix: #291 Move `kms_region` optional parameter to end of parameter list to preserve existing functionality when parameters are used positionally + ## 1.17.0 * New: add `--kms-region` argument to set the KMS region independently from the DDB region. This allows the use of DDB tables in multiple regions with the same KMS key, for example, with DDB Global Tables * New: `get_session()` now supports passing in only the `profile_name` without AKIDs or SAKs (@eisjcormier)