diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e4ae4e9e6..c1a43067b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,6 @@ the [releases page](https://github.com/Consensys/teku/releases). - Updated the bootnodes for Chiado and Gnosis networks. - Added hidden option `--Xp2p-dumps-to-file-enabled` to enable saving p2p dumps to file. - Appends consensus layer (CL) and execution layer (EL) clients' information to the validator graffiti. Check [documentation](https://docs.teku.consensys.io/development/reference/cli#validators-graffiti-client-append-format) for available configuration options. -- Added GET `/eth/v1/validator/{pubkey}/graffiti` validator API. +- Added GET, POST and DELETE `/eth/v1/validator/{pubkey}/graffiti` validator APIs. ### Bug Fixes