Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Feb 4, 2020
1 parent 941d305 commit 58a3368
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.5.0 (unreleased)
## 2.5.0 (2020-02-04)

### New features
* `SafeCast.toUintXX`: new library for integer downcasting, which allows for safe operation on smaller types (e.g. `uint32`) when combined with `SafeMath`. ([#1926](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1926))
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": "2.5.0-rc.0",
"version": "2.5.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",
Expand Down
2 changes: 1 addition & 1 deletion ethpm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "zeppelin",
"version": "2.5.0-rc.0",
"version": "2.5.0",
"description": "Secure Smart Contract library for Solidity",
"authors": [
"OpenZeppelin Community <[email protected]>"
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": "2.5.0-rc.0",
"version": "2.5.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/contracts/**/*.sol",
Expand Down

0 comments on commit 58a3368

Please sign in to comment.