diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b483d11..e771ed3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ All notable changes to SSV Network contracts will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### [v1.2.0] 2024-05-21 -- [Feature] Support for mulitple whitelist addresses for operators (see [docs/operators.md](docs/operators.md)). -- [Feature] Support for external whitelisting contracts (see [docs/operators.md](docs/operators.md)). -- [Feature] Set the privacy status when registering an operator (see [docs/operators.md](docs/operators.md)). +### [v1.2.0] 2024-07-01 +- [b7cfe2f] (https://github.com/ssvlabs/ssv-network/commit/11b4e67) - Support for mulitple whitelist addresses for operators (see [docs/operators.md](docs/operators.md)). +- [b7cfe2f] (https://github.com/ssvlabs/ssv-network/commit/11b4e67) - Support for external whitelisting contracts (see [docs/operators.md](docs/operators.md)). +- [11b4e67] (https://github.com/ssvlabs/ssv-network/commit/11b4e67) - Set the privacy status when registering an operator (see [docs/operators.md](docs/operators.md)). +- [add2434] (https://github.com/ssvlabs/ssv-network/commit/add2434) - [Fix] Check MINIMAL_OPERATOR_FEE in reduceOperatorFee function. ## [Released] - ### [v1.1.1] 2024-04-17 - [3c12e52](https://github.com/ssvlabs/ssv-network/commit/3c12e52) - [Fix] Revert when passing an empty public keys list.