Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Sep 10, 2020
1 parent 45b81c9 commit 1ada3b6
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.2.0 (unreleased)
## 3.2.0 (2020-09-10)

### New features
* Proxies: added the proxy contracts from OpenZeppelin SDK. ([#2335](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2335))
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.2.0-rc.0",
"version": "3.2.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.2.0-rc.0",
"version": "3.2.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/contracts/**/*.sol",
Expand Down

0 comments on commit 1ada3b6

Please sign in to comment.