From fa8488af364ba217dad2e5c1e1e1c70411230818 Mon Sep 17 00:00:00 2001 From: Brannon Dorsey Date: Sat, 11 Jul 2020 14:04:07 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21c81b..d197ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.3.1 + +* Fix bug where fetching secrets with non-string values caused `awssecret2env` to crash. JSON secret values of all types are now converted to strings when they are transformed to environment variables. + ## v0.3.0 * Fetch secrets concurrently, significantly decreasing execution time especially with input files containing lots of secrets.