diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3274475f6..02b8c3abbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.4.5 + +### Additions and Improvements + + - Introduced SecurityModule plugin API. This allows use of a different security module as a plugin to + provide cryptographic function that can be used by NodeKey (such as sign, ECDHKeyAgreement etc.). KeyPairSecurityModule + is registered and used by default. The CLI option `--security-module= (defaults to localfile)` can be used + to identify the security module plugin name to use instead. [\#713](https://github.com/hyperledger/besu/pull/713) + +### Bug Fixes + + - + ## 1.4.4 ### Additions and Improvements