From 337734bde1953ee6a435e17e5d2ae47f350a8906 Mon Sep 17 00:00:00 2001 From: 0xGh <0xGh@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:54:56 +0200 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b607313585..14080e5072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ This version comes with changes to the custom error identifiers. Contracts previ - Replace `Clones.ERC1167FailedCreateClone` with `Errors.FailedDeployment` - Replace `Clones.Create2FailedDeployment` with `Errors.FailedDeployment` +## 5.0.3 (2024-xx-xx) + +- `IERC7160`: Add an interface for EIP-7160 that is now final. ([#4456](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4456)) + ## 5.0.2 (2024-02-29) - `Base64`: Fix issue where dirty memory located just after the input buffer is affecting the result. ([#4926](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4926))