Skip to content

Commit 5fd1781

Browse files
Release v5.6.1 (#6377)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
1 parent 82cad37 commit 5fd1781

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.changeset/red-gifts-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.6.1 (2026-02-27)
5+
6+
- `InteroperableAddress`: Fix overflow in the parsing functions that caused silent misparse of large interoperable addresses. ([#6372](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/6372))
7+
48
## 5.6.0 (2026-02-25)
59

610
### Breaking changes

contracts/package.json

Lines changed: 1 addition & 1 deletion
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.6.0",
4+
"version": "5.6.1",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

contracts/utils/draft-InteroperableAddress.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.6.0) (utils/draft-InteroperableAddress.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.1) (utils/draft-InteroperableAddress.sol)
33

44
pragma solidity ^0.8.26;
55

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.6.0",
4+
"version": "5.6.1",
55
"private": true,
66
"files": [
77
"/contracts/**/*.sol",

0 commit comments

Comments
 (0)