Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Apr 27, 2020
1 parent 6e3de4d commit 087d314
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts",
"version": "3.0.0",
"version": "3.0.1",
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 087d314

Please sign in to comment.