Skip to content

Commit 296223f

Browse files
committed
Merge branch 'release-v4.3'
2 parents 6241995 + 0c4de67 commit 296223f

File tree

4 files changed

+19943
-42
lines changed

4 files changed

+19943
-42
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
* `AccessControl`: add internal `_grantRole(bytes32,address)` and `_revokeRole(bytes32,address)`. ([#2568](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/#2568))
77
* `AccessControl`: mark `_setupRole(bytes32,address)` as deprecated in favor of `_grantRole(bytes32,address)`. ([#2568](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/#2568))
88

9-
## 4.3.2
9+
## 4.3.2 (2021-09-14)
1010

1111
* `UUPSUpgradeable`: Add modifiers to prevent `upgradeTo` and `upgradeToAndCall` being executed on any contract that is not the active ERC1967 proxy. This prevents these functions being called on implementation contracts or minimal ERC1167 clones, in particular.
1212

13-
## 4.3.1
13+
## 4.3.1 (2021-08-26)
1414

1515
* `TimelockController`: Add additional isOperationReady check.
1616

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

0 commit comments

Comments
 (0)