From bd325d56b4c62c9c5c1aff048c37c6bb18ac0290 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:39:54 -0600 Subject: [PATCH] Release v4.9.5 (#4790) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] Co-authored-by: Ernesto GarcĂ­a --- .changeset/dirty-parrots-sleep.md | 5 ----- CHANGELOG.md | 4 ++++ contracts/package.json | 2 +- contracts/utils/Multicall.sol | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/dirty-parrots-sleep.md diff --git a/.changeset/dirty-parrots-sleep.md b/.changeset/dirty-parrots-sleep.md deleted file mode 100644 index 56eac253bd5..00000000000 --- a/.changeset/dirty-parrots-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openzeppelin-solidity': patch ---- - -`Multicall`: Patch duplicated `Address.functionDelegateCall` diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d9afff13a..03a3a3bc617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 4.9.5 (2023-12-08) + +- `Multicall`: Patch duplicated `Address.functionDelegateCall`. + ## 4.9.4 (2023-12-07) - `ERC2771Context` and `Context`: Introduce a `_contextPrefixLength()` getter, used to trim extra information appended to `msg.data`. diff --git a/contracts/package.json b/contracts/package.json index 43969eaedf7..1a7e91626e1 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@openzeppelin/contracts", "description": "Secure Smart Contract library for Solidity", - "version": "4.9.4", + "version": "4.9.5", "files": [ "**/*.sol", "/build/contracts/*.json", diff --git a/contracts/utils/Multicall.sol b/contracts/utils/Multicall.sol index 615f9d5401d..76bdc678b6c 100644 --- a/contracts/utils/Multicall.sol +++ b/contracts/utils/Multicall.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// OpenZeppelin Contracts (last updated v4.9.4) (utils/Multicall.sol) +// OpenZeppelin Contracts (last updated v4.9.5) (utils/Multicall.sol) pragma solidity ^0.8.0; diff --git a/package.json b/package.json index 5a738e85959..e5e43fcbe89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openzeppelin-solidity", "description": "Secure Smart Contract library for Solidity", - "version": "4.9.4", + "version": "4.9.5", "files": [ "/contracts/**/*.sol", "/build/contracts/*.json",