Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Jun 23, 2020
1 parent 02a6b05 commit de99bcc
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.1.0 (unreleased)
## 3.1.0 (2020-06-23)

### New features
* `SafeCast`: added functions to downcast signed integers (e.g. `toInt32`), improving usability of `SignedSafeMath`. ([#2243](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2243))
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.1.0-rc.0",
"version": "3.1.0",
"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.1.0-rc.0",
"version": "3.1.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/contracts/**/*.sol",
Expand Down

0 comments on commit de99bcc

Please sign in to comment.