Skip to content

Commit 68e4095

Browse files
Release v5.6.0 (rc) (#6268)
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 a357d53 commit 68e4095

File tree

11 files changed

+15
-9
lines changed

11 files changed

+15
-9
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"blue-mirrors-agree",
99
"bright-webs-create",
1010
"clean-worlds-end",
11+
"curly-pandas-flow",
1112
"flat-ideas-count",
1213
"fluffy-facts-brake",
1314
"forty-ads-design",

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
4+
## 5.6.0-rc.1 (2026-01-09)
5+
6+
- Add ERC-165 detection for the `IERC6909ContentURI`, `IERC6909TokenSupply` and `IERC6909Metadata` interfaces in the `ERC6909ContentURI`, `ERC6909TokenSupply` and `ERC6909Metadata` contracts respectively. ([#6246](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/6246)) and ([#6247](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/6247))
7+
38
## 5.6.0-rc.0 (2025-12-19)
49

510
### Breaking changes

contracts/access/AccessControl.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-rc.0) (access/AccessControl.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (access/AccessControl.sol)
33

44
pragma solidity ^0.8.20;
55

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-rc.0",
4+
"version": "5.6.0-rc.1",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

contracts/token/ERC20/extensions/ERC20Wrapper.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.4.0) (token/ERC20/extensions/ERC20Wrapper.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (token/ERC20/extensions/ERC20Wrapper.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC6909/extensions/ERC6909ContentURI.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.5.0) (token/ERC6909/extensions/ERC6909ContentURI.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (token/ERC6909/extensions/ERC6909ContentURI.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC6909/extensions/ERC6909Metadata.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.5.0) (token/ERC6909/extensions/ERC6909Metadata.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (token/ERC6909/extensions/ERC6909Metadata.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/token/ERC6909/extensions/ERC6909TokenSupply.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.5.0) (token/ERC6909/extensions/ERC6909TokenSupply.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (token/ERC6909/extensions/ERC6909TokenSupply.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/utils/cryptography/TrieProof.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-rc.0) (utils/cryptography/TrieProof.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (utils/cryptography/TrieProof.sol)
33
pragma solidity ^0.8.26;
44

55
import {Bytes} from "../Bytes.sol";

contracts/utils/cryptography/signers/MultiSignerERC7913.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.4.0) (utils/cryptography/signers/MultiSignerERC7913.sol)
2+
// OpenZeppelin Contracts (last updated v5.6.0-rc.1) (utils/cryptography/signers/MultiSignerERC7913.sol)
33

44
pragma solidity ^0.8.26;
55

0 commit comments

Comments
 (0)