Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Oct 28, 2017
1 parent 377d3c7 commit d2b1a70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package crypto

const Version = "0.4.0"
const Version = "0.4.1"

0 comments on commit d2b1a70

Please sign in to comment.