Compare commits

...

2 Commits

Author SHA1 Message Date
9ed1b44865 Release v2.2.0 2019-03-14 18:44:19 -03:00
7aaf15be59 Add v2.2.0 release date. 2019-03-14 18:43:33 -03:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 2.2.0 (unreleased)
## 2.2.0 (2019-03-14)
### New features:
* `ERC20Snapshot`: create snapshots on demand of the token balances and total supply, to later retrieve and e.g. calculate dividends at a past time. ([#1617](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1617))

View File

@ -1,6 +1,6 @@
{
"package_name": "zeppelin",
"version": "2.2.0-rc.1",
"version": "2.2.0",
"description": "Secure Smart Contract library for Solidity",
"authors": [
"OpenZeppelin Community <maintainers@openzeppelin.org>"

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "openzeppelin-solidity",
"version": "2.2.0-rc.1",
"version": "2.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "openzeppelin-solidity",
"version": "2.2.0-rc.1",
"version": "2.2.0",
"description": "Secure Smart Contract library for Solidity",
"files": [
"build",