Packages

Simple and secure secrets manager in Elixir projects.

Current section

Files

Jump to
secrex CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.3.0
* Started to ignore trailing whitespaces in encryption key.
* Introduced `:cipher` option.
* Publicize `Secrex.AES`.
## v0.2.1
* Fixed `Mix.Secrex.secret_files_changed?/0` to detect decryption failure.
## v0.2.0
* Improved error messages.
## v0.1.0
* Initial release.