Skip to content

Commit e695cb6

Browse files
Transpile f78e44555
1 parent 9e85794 commit e695cb6

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
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"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts-upgradeable",
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",
@@ -30,6 +30,6 @@
3030
},
3131
"homepage": "https://openzeppelin.com/contracts/",
3232
"peerDependencies": {
33-
"@openzeppelin/contracts": "5.2.0-rc.0"
33+
"@openzeppelin/contracts": "5.2.0-rc.1"
3434
}
3535
}

package.json

Lines changed: 1 addition & 1 deletion
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)