Skip to content

Commit

Permalink
Publish 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Oct 26, 2020
1 parent 8248dec commit c6fc803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## 1.5.1 (October 21, 2020)
## 1.6.0 (October 26, 2020)

- Warn on leading or trailing whitespace in secret value
- Suppress secret undefined warning if running tests
- Add `AWS_SECRETS_MANAGER_NAMES` key to define multiple secrets in a backwards compatible way

## 1.5.0 (October 17, 2020)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config-dug",
"version": "1.5.1",
"version": "1.6.0",
"description": "Config loader with support for AWS Secrets Manager",
"author": "Neo Financial Engineering <engineering@neofinancial.com>",
"main": "build/index.js",
Expand Down

0 comments on commit c6fc803

Please sign in to comment.