Skip to content

Commit e50c24f

Browse files
Release v4.9.2 (#4364)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4d2383e commit e50c24f

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.changeset/shy-crews-teach.md

-5
This file was deleted.

CHANGELOG.md

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

33

4+
## 4.9.2 (2023-06-16)
5+
6+
- `MerkleProof`: Fix a bug in `processMultiProof` and `processMultiProofCalldata` that allows proving arbitrary leaves if the tree contains a node with value 0 at depth 1.
7+
48
## 4.9.1 (2023-06-07)
59

610
- `Governor`: Add a mechanism to restrict the address of the proposer using a suffix in the description.

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

contracts/utils/cryptography/MerkleProof.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 v4.9.0) (utils/cryptography/MerkleProof.sol)
2+
// OpenZeppelin Contracts (last updated v4.9.2) (utils/cryptography/MerkleProof.sol)
33

44
pragma solidity ^0.8.0;
55

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

0 commit comments

Comments
 (0)