diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c52c0c5..c3b294110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ 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. +## [0.12.0](https://github.com/lukso-network/lsp-smart-contracts/compare/v0.12.0-rc.0...v0.12.0) (2023-10-30) + +### ⚠ BREAKING CHANGES + +- Optional LSP1 Notification on `revokeOperator(..)` #2 ([#767](https://github.com/lukso-network/lsp-smart-contracts/issues/767)) +- replace `ValueReceived` with `UniversalReceiver` ([#759](https://github.com/lukso-network/lsp-smart-contracts/issues/759)) +- Allows `ERC725X.executeBatch` path in LSP6 Key Manager ([#760](https://github.com/lukso-network/lsp-smart-contracts/issues/760)) +- update LS8 Metadata keys to new LSP8 standard specs ([#762](https://github.com/lukso-network/lsp-smart-contracts/issues/762)) +- create `Version` contract and inherit it ([#764](https://github.com/lukso-network/lsp-smart-contracts/issues/764)) +- Optional LSP1 Notification on `revokeOperator(..)` ([#763](https://github.com/lukso-network/lsp-smart-contracts/issues/763)) + +### Refactor + +- Optional LSP1 Notification on `revokeOperator(..)` ([#763](https://github.com/lukso-network/lsp-smart-contracts/issues/763)) ([63c1a0f](https://github.com/lukso-network/lsp-smart-contracts/commit/63c1a0fb68502e11d58f7582e4e849d2f24c4924)) +- Optional LSP1 Notification on `revokeOperator(..)` [#2](https://github.com/lukso-network/lsp-smart-contracts/issues/2) ([#767](https://github.com/lukso-network/lsp-smart-contracts/issues/767)) ([1f92ca5](https://github.com/lukso-network/lsp-smart-contracts/commit/1f92ca530fb56cf2b626b0feae311d6c4737b8a0)) +- replace `ValueReceived` with `UniversalReceiver` ([#759](https://github.com/lukso-network/lsp-smart-contracts/issues/759)) ([0c17386](https://github.com/lukso-network/lsp-smart-contracts/commit/0c1738619818bcf2e01636f31782886b26fb91d7)) +- update LS8 Metadata keys to new LSP8 standard specs ([#762](https://github.com/lukso-network/lsp-smart-contracts/issues/762)) ([a909926](https://github.com/lukso-network/lsp-smart-contracts/commit/a9099268f63b7a8f60e4304d61098b496ed03de0)) + +### Features + +- Allows `ERC725X.executeBatch` path in LSP6 Key Manager ([#760](https://github.com/lukso-network/lsp-smart-contracts/issues/760)) ([941c06a](https://github.com/lukso-network/lsp-smart-contracts/commit/941c06a8f1a0d758b92bc890c382a38d13bb8cec)) +- create `Version` contract and inherit it ([#764](https://github.com/lukso-network/lsp-smart-contracts/issues/764)) ([0745ed4](https://github.com/lukso-network/lsp-smart-contracts/commit/0745ed40b6bf93b929bb2e81b74ac27cad8e168a)) + +### Bug Fixes + +- replaced broken LSP23 link ([#766](https://github.com/lukso-network/lsp-smart-contracts/issues/766)) ([492efab](https://github.com/lukso-network/lsp-smart-contracts/commit/492efab86d70817a472691ec7fc75dfc991e6f77)) + ## [0.12.0-rc.0](https://github.com/lukso-network/lsp-smart-contracts/compare/v0.11.1...v0.12.0-rc.0) (2023-10-18) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index e62f51422..71e5b2b03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lukso/lsp-smart-contracts", - "version": "0.12.0-rc.0", + "version": "0.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lukso/lsp-smart-contracts", - "version": "0.12.0-rc.0", + "version": "0.12.0", "license": "Apache-2.0", "dependencies": { "@account-abstraction/contracts": "^0.6.0", diff --git a/package.json b/package.json index 969016f98..67c217d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp-smart-contracts", - "version": "0.12.0-rc.0", + "version": "0.12.0", "description": "The reference implementation for universal profiles smart contracts", "directories": { "test": "test"