Skip to content

Commit ec8efd5

Browse files
committed
3.2.1-solc-0.7
1 parent 9a83ced commit ec8efd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-
## 3.2.1-solc-0.7 (unreleased)
3+
## 3.2.1-solc-0.7 (2020-09-15)
44

55
* `ERC777`: Remove a warning about function state visibility in Solidity 0.7. ([#2327](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2327))
66

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": "3.2.0-solc-0.7",
3+
"version": "3.2.1-solc-0.7",
44
"description": "Secure Smart Contract library for Solidity",
55
"files": [
66
"**/*.sol",

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": "3.2.0-solc-0.7",
3+
"version": "3.2.1-solc-0.7",
44
"description": "Secure Smart Contract library for Solidity",
55
"files": [
66
"/contracts/**/*.sol",

0 commit comments

Comments
 (0)