From 97a6e2a9417b9b59f1f598b06b5c8979a5938d23 Mon Sep 17 00:00:00 2001 From: Aykut Yilmaz Date: Sun, 4 Apr 2021 21:40:55 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d52148b..bc09ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# [0.9.0](https://github.com/aykxt/crypto/compare/v0.8.0...0.9.0) (2021-04-02) +# [0.9.1](https://github.com/aykxt/crypto/compare/v0.9.0...v0.9.1) (2021-04-04) + +### Bug Fixes + +- **pbkdf2:** fix offset out of bounds + ([1377a73](https://github.com/aykxt/crypto/commit/1377a739fa80b2b26907616684e65c2bc124d220)) + +# [0.9.0](https://github.com/aykxt/crypto/compare/v0.8.0...v0.9.0) (2021-04-02) ### Features