This commit is contained in:
Francisco Giordano
2021-08-17 12:35:02 -03:00
parent e3cbfcd44b
commit 1d2e15fbd7
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 4.3.0
## 4.3.0 (2021-08-17)
* `ERC2771Context`: use private variable from storage to store the forwarder address. Fixes issues where `_msgSender()` was not callable from constructors. ([#2754](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2754))
* `EnumerableSet`: add `values()` functions that returns an array containing all values in a single call. ([#2768](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2768))

View File

@ -1,7 +1,7 @@
{
"name": "@openzeppelin/contracts",
"description": "Secure Smart Contract library for Solidity",
"version": "4.3.0-rc.0",
"version": "4.3.0",
"files": [
"**/*.sol",
"/build/contracts/*.json",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "openzeppelin-solidity",
"version": "4.3.0-rc.0",
"version": "4.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,7 +1,7 @@
{
"name": "openzeppelin-solidity",
"description": "Secure Smart Contract library for Solidity",
"version": "4.3.0-rc.0",
"version": "4.3.0",
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json",