From a1095f4be7026938621d7d7c4f0e525e5ebbdfb6 Mon Sep 17 00:00:00 2001 From: Eric Nordelo Date: Fri, 29 Mar 2024 14:14:10 +0100 Subject: [PATCH] feat: update CHANGELOG --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50199ea30..3e59e3e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.11.0 (2024-03-29) + ### Added - SNIP12 utilities for on-chain typed messages hash generation (#935) @@ -25,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ERC721ReceiverComponent mixin embeddable implementation name (#945) +### Removed + +- DualCase SRC5 (#882, #952) + ## 0.10.0 (2024-03-07) ### Added @@ -68,10 +74,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Non standard increase_allowance and decrease_allowance functions in ERC20 contract (#881) -### Removed - -- DualCase SRC5 (#882) - ## 0.8.1 (2024-01-23) ### Added