diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ed04719..6e7222288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.3.0 (2020-11-17) * `Address`: added `functionStaticCall` and `functionDelegateCall`, similar to the existing `functionCall`. ([#2333](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2333)) * `TimelockController`: added a contract to augment access control schemes with a delay. ([#2364](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2364)) diff --git a/contracts/package.json b/contracts/package.json index dbcd10202..8184d63b8 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@openzeppelin/contracts", "description": "Secure Smart Contract library for Solidity", - "version": "3.2.0", + "version": "3.3.0-rc.0", "files": [ "**/*.sol", "/build/contracts/*.json", diff --git a/package-lock.json b/package-lock.json index 4496cc90e..11937378b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openzeppelin-solidity", - "version": "3.2.0", + "version": "3.3.0-rc.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 354e179b9..8ceacdb52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openzeppelin-solidity", "description": "Secure Smart Contract library for Solidity", - "version": "3.2.0", + "version": "3.3.0-rc.0", "files": [ "/contracts/**/*.sol", "/build/contracts/*.json",