From 24f69f787b37eec6a06a24fde0d7990f018cc5e7 Mon Sep 17 00:00:00 2001 From: Ryan Sauge Date: Mon, 17 Jun 2024 11:47:14 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6881c8e..ef58c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,18 @@ Please follow [https://changelog.md/](https://changelog.md/) conventions. -## v2.0.1 +## v2.0.2 - 20240617 + +- Create abstract contract ruleWhitelistCommon to contain code shared between ruleWhitelist & ruleWhitelistWrapper +- Split ADDRESS_LIST_ROLE in two distinct roles : ADDRESS_LIST_ADD_ROLE && ADDRESS_LIST_REMOVE_ROLE + +## v2.0.1 - 20240611 - Add a new rule WhitelistWrapper This rule can be used to restrict transfers from/to only addresses inside a group of whitelist rules managed by different operators. -## v2.0.0 +## v2.0.0 - 20240515 - Implement the new architecture for the RuleEngine, with ValidationRule and OperationRule - Add the rule ConditionalTransfer as an Operation rule