diff --git a/CHANGELOG.md b/CHANGELOG.md index 8881d0f..708abd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/meemproject/meem-contracts/compare/v1.7.0...v1.8.0) (2022-01-07) + + +### Features + +* set all permissions at once ([e635190](https://github.com/meemproject/meem-contracts/commit/e635190)) + # [1.7.0](https://github.com/meemproject/meem-contracts/compare/v1.6.4...v1.7.0) (2021-12-17) diff --git a/package.json b/package.json index 59e11f8..44baf3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@meemproject/meem-contracts", "private": true, - "version": "1.7.0", + "version": "1.8.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",