changelog

This commit is contained in:
Ethan Buchman 2017-10-27 22:05:44 -04:00
parent 377d3c7e11
commit d2b1a7096e
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 0.4.1 (October 27, 2017)
This release removes support for bcrypt as it was merged too soon without an upgrade plan
for existing keys.
REVERTS THE FOLLOWING COMMITS:
- Parameterize and lower bcrypt cost - dfc4cdd2d71513e4a9922d679c74f36357c4c862
- Upgrade keys to use bcrypt with salts (#38) - 8e7f0e7701f92206679ad093d013b9b162427631
## 0.4.0 (October 27, 2017)
BREAKING CHANGES:

View File

@ -1,3 +1,3 @@
package crypto
const Version = "0.4.0"
const Version = "0.4.1"