Skip to content

Commit 8378289

Browse files
committed
2.5.1
1 parent 3843c9b commit 8378289

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.5.1 (unreleased)
3+
## 2.5.1 (2020-04-24)
44

55
### Bugfixes
66
* `ERC777`: fixed the `_send` and `_approve` internal functions not validating some of their arguments for non-zero addresses. ([#2212](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2212))

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/contracts",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Secure Smart Contract library for Solidity",
55
"files": [
66
"**/*.sol",

ethpm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "zeppelin",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Secure Smart Contract library for Solidity",
55
"authors": [
66
"OpenZeppelin Community <[email protected]>"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openzeppelin-solidity",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Secure Smart Contract library for Solidity",
55
"files": [
66
"/contracts/**/*.sol",

0 commit comments

Comments
 (0)