Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@@ -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"
@@ -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,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,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",
"name": "openzeppelin-solidity",
"private": true,
"/contracts/**/*.sol",