2.1.0 - See CHANGELOG.md

This commit is contained in:
Justin
2017-10-04 18:22:50 -07:00
parent 274b3c5d0d
commit 7f511eddad
4 changed files with 52 additions and 11 deletions

View File

@@ -1,6 +1,12 @@
CHANGELOG
=========
## 2.1.0 - *10/4/2017*
- You may now define the password to use when encrypting and decrypting using the `CRYPTR_PASSWORD` environment variable. This change enables non-interactive/batch operations.
- Added a test script `tests/test.bash`.
## 2.0.1 - *10/2/2017*
- Small optimization, removed unneeded function `cryptr_info()`.