Skip to content

Commit f78e445

Browse files
Release v5.2.0 (rc) (#5377)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ab96c48 commit f78e445

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

Diff for: .changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"pink-wasps-hammer",
1515
"proud-planes-arrive",
1616
"seven-donkeys-tap",
17+
"seven-insects-taste",
1718
"small-seahorses-bathe",
1819
"tricky-bats-pretend",
1920
"weak-roses-bathe"

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 5.2.0-rc.1 (2024-12-16)
5+
6+
- `ERC7579Utils`: Add ABI decoding checks on calldata bounds within `decodeBatch` ([#5367](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/5367))
7+
48
## 5.2.0-rc.0 (2024-12-04)
59

610
### Changes by category

Diff for: contracts/account/utils/draft-ERC7579Utils.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.2.0-rc.0) (account/utils/draft-ERC7579Utils.sol)
2+
// OpenZeppelin Contracts (last updated v5.2.0-rc.1) (account/utils/draft-ERC7579Utils.sol)
33

44
pragma solidity ^0.8.20;
55

Diff for: contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "5.2.0-rc.0",
4+
"version": "5.2.0-rc.1",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openzeppelin-solidity",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "5.2.0-rc.0",
4+
"version": "5.2.0-rc.1",
55
"private": true,
66
"files": [
77
"/contracts/**/*.sol",

0 commit comments

Comments
 (0)