From 7233a4f8a230734851fa2af9b32c4a9dba51ed1c Mon Sep 17 00:00:00 2001 From: Jean Cvllr <31145285+CJ42@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:52:26 +0100 Subject: [PATCH] chore: prepare release 3.2.0 (#167) * chore(release): 3.2.0 * docs: remove duplicate + add deprecated contracts from `CHANGELOG.md` --- implementations/CHANGELOG.md | 16 ++++++++++++++++ implementations/package-lock.json | 4 ++-- implementations/package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/implementations/CHANGELOG.md b/implementations/CHANGELOG.md index 6d52a951..b1872381 100644 --- a/implementations/CHANGELOG.md +++ b/implementations/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.2.0](https://github.com/ERC725Alliance/ERC725/compare/v3.1.0...v3.2.0) (2022-09-01) + +### ⚠ BREAKING CHANGES + +- add `bytes dataValue` parameter to `DataChanged` event in ERC725Y (#163) +- removed custom `Initializable` contract (#150) +- removed `GasLib` library in favour of `internal uncheckedIncrement(...)` function (#160) + +### Features + +- add `bytes dataValue` parameter to `DataChanged` event in ERC725Y ([#163](https://github.com/ERC725Alliance/ERC725/issues/163)) ([9f88ee0](https://github.com/ERC725Alliance/ERC725/commit/9f88ee0a40fe9eaa197ac946cf92e43b313e3c5f)) + +### Bug Fixes + +- [QSP-4] prevent `address(0)` to be set as contract owner on deployment ([#159](https://github.com/ERC725Alliance/ERC725/issues/159)) ([5c47854](https://github.com/ERC725Alliance/ERC725/commit/5c4785426508b68623c3f217111822f7377076bd)) + ## [3.1.2](https://github.com/ERC725Alliance/ERC725/compare/v3.1.0...v3.1.2) (2022-07-08) This patch release introduces the important bug fixes, as well as some minor optimizations. diff --git a/implementations/package-lock.json b/implementations/package-lock.json index 53ba516e..c99c93ec 100644 --- a/implementations/package-lock.json +++ b/implementations/package-lock.json @@ -1,12 +1,12 @@ { "name": "@erc725/smart-contracts", - "version": "3.1.2", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@erc725/smart-contracts", - "version": "3.1.2", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "@openzeppelin/contracts": "^4.7.3", diff --git a/implementations/package.json b/implementations/package.json index 47263117..fc574597 100644 --- a/implementations/package.json +++ b/implementations/package.json @@ -1,6 +1,6 @@ { "name": "@erc725/smart-contracts", - "version": "3.1.2", + "version": "3.2.0", "description": "ERC725 contract implementations", "homepage": "https://erc725alliance.org", "repository": {