diff --git a/README.md b/README.md index 082e669..ec684ea 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ to speed up AES encryption/decryption. This would be no longer necessary when [` It's also possible to build to the `wasm32-unknown-unknown` target with the pure Rust backend. Check out [this repo](https://github.com/ecies/rs-wasm) for more details. -## Security notes +## Security ### Why AES-GCM-256 and HKDF-SHA256 @@ -79,6 +79,10 @@ Following dependencies are audited: ## Release Notes +### 0.2.1 + +- Revamp error handling + ### 0.2.0 - Revamp documentation