diff --git a/CHANGELOG.md b/CHANGELOG.md index af68cd1..8d3f247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/meemproject/meem-contracts/compare/v1.9.2...v1.10.0) (2022-02-06) + + +### Features + +* separate copies/remixes permissions instead of total children ([d4eef90](https://github.com/meemproject/meem-contracts/commit/d4eef90)) + ## [1.9.2](https://github.com/meemproject/meem-contracts/compare/v1.9.1...v1.9.2) (2022-02-03) ## [1.9.1](https://github.com/meemproject/meem-contracts/compare/v1.9.0...v1.9.1) (2022-02-03) diff --git a/package.json b/package.json index 29e1cb5..4d9400a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@meemproject/meem-contracts", "private": true, - "version": "1.9.2", + "version": "1.10.0", "description": "Meems are pieces of digital content wrapped in more advanced dynamic property rights. They are ideas, stories, images -- existing independently from any social platform -- whose creators have set the terms by which others can access, remix, and share in their value.", "author": "Meem Project", "homepage": "https://meem.wtf",