Skip to content

Commit

Permalink
Update changelog and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-luminal committed May 27, 2019
1 parent 1d05087 commit 73140c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
@@ -1,5 +1,12 @@
# Changelog

## 1.16.0 (forthcoming)
* New: @freddyVandalay added a programmatic way to autoversion: `putSecretAutoversion`
* New: @corrjo added the ability to tag the `credstash` DDB table using `credstash setup --tags Tag=Value`
* New: @alkersan added the ability to specify the `credstash` DDB table using an environment variable
* Bugfix: @dbanttari fixed large deletes and made them more efficient by using `query` instead of `scan`
* Bugfix: Update to pyyaml>=4.2b1 due to security vulnerability in older versions

## 1.15.0
* New: Arthur Burkart added credential comments
* Updated: added tox, and improved packaging
Expand Down
2 changes: 1 addition & 1 deletion optional-requirements.txt
Expand Up @@ -3,4 +3,4 @@
# $ pip install -r optional-requirements.txt

# In order to output `getall` in YAML format you need PyYAML
PyYAML==3.10
pyyaml>=4.2b1

0 comments on commit 73140c8

Please sign in to comment.