Jelajahi Sumber

Release v5.2.0 (rc) (#5377)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] 9 bulan lalu
induk
melakukan
f78e445551

+ 1 - 0
.changeset/pre.json

@@ -14,6 +14,7 @@
     "pink-wasps-hammer",
     "proud-planes-arrive",
     "seven-donkeys-tap",
+    "seven-insects-taste",
     "small-seahorses-bathe",
     "tricky-bats-pretend",
     "weak-roses-bathe"

+ 4 - 0
CHANGELOG.md

@@ -1,6 +1,10 @@
 # Changelog
 
 
+## 5.2.0-rc.1 (2024-12-16)
+
+- `ERC7579Utils`: Add ABI decoding checks on calldata bounds within `decodeBatch` ([#5367](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/5367))
+
 ## 5.2.0-rc.0 (2024-12-04)
 
 ### Changes by category

+ 1 - 1
contracts/account/utils/draft-ERC7579Utils.sol

@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// OpenZeppelin Contracts (last updated v5.2.0-rc.0) (account/utils/draft-ERC7579Utils.sol)
+// OpenZeppelin Contracts (last updated v5.2.0-rc.1) (account/utils/draft-ERC7579Utils.sol)
 
 pragma solidity ^0.8.20;
 

+ 1 - 1
contracts/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@openzeppelin/contracts",
   "description": "Secure Smart Contract library for Solidity",
-  "version": "5.2.0-rc.0",
+  "version": "5.2.0-rc.1",
   "files": [
     "**/*.sol",
     "/build/contracts/*.json",

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "openzeppelin-solidity",
   "description": "Secure Smart Contract library for Solidity",
-  "version": "5.2.0-rc.0",
+  "version": "5.2.0-rc.1",
   "private": true,
   "files": [
     "/contracts/**/*.sol",