diff --git a/CHANGELOG.md b/CHANGELOG.md index b6353f8..23c28c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ ### TO BE RELEASED +### v3.6.0 + * Add golangci-lint to ci steps and correct some of the findings * Add twofish support +### v3.5.3 + +* Use chacha20 from official implementation +* Replace argon2 fork + +### v3.5.2 + +* Setup dependabot +* Bump dependencies + ### v3.5.1 * Update `golang.org/x/crypto` to `v0.8.0`