Browse Source

Release v4.9.5 (#4790)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
github-actions[bot] 1 year ago
parent
commit
bd325d56b4
5 changed files with 7 additions and 8 deletions
  1. 0 5
      .changeset/dirty-parrots-sleep.md
  2. 4 0
      CHANGELOG.md
  3. 1 1
      contracts/package.json
  4. 1 1
      contracts/utils/Multicall.sol
  5. 1 1
      package.json

+ 0 - 5
.changeset/dirty-parrots-sleep.md

@@ -1,5 +0,0 @@
----
-'openzeppelin-solidity': patch
----
-
-`Multicall`: Patch duplicated `Address.functionDelegateCall`

+ 4 - 0
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`.

+ 1 - 1
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",

+ 1 - 1
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;
 

+ 1 - 1
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",