diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f5b9cde..5d69cf231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.0.1 (unreleased) +## 3.0.1 (2020-04-27) ### Bugfixes * `ERC777`: fixed the `_approve` internal function not validating some of their arguments for non-zero addresses. ([#2213](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2213)) diff --git a/contracts/package.json b/contracts/package.json index b87147741..1e0006048 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@openzeppelin/contracts", - "version": "3.0.0", + "version": "3.0.1", "description": "Secure Smart Contract library for Solidity", "files": [ "**/*.sol", diff --git a/package-lock.json b/package-lock.json index a9e07422b..2a6beda8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "openzeppelin-solidity", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50ccb285b..25f163191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openzeppelin-solidity", - "version": "3.0.0", + "version": "3.0.1", "description": "Secure Smart Contract library for Solidity", "files": [ "/contracts/**/*.sol",