diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ca9ac8..509fba2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.12.4](https://github.com/ForestAdmin/forest-express-sequelize/compare/v7.12.3...v7.12.4) (2022-09-01) + + +### Bug Fixes + +* **charts:** user with permissions level that allows charts creation or edition should always be allow to perform charts requests ([#1002](https://github.com/ForestAdmin/forest-express-sequelize/issues/1002)) ([eecf86e](https://github.com/ForestAdmin/forest-express-sequelize/commit/eecf86e7d512a03a6f7e745fddb4ab7adfae42c3)) + ## [7.12.3](https://github.com/ForestAdmin/forest-express-sequelize/compare/v7.12.2...v7.12.3) (2021-10-20) diff --git a/package.json b/package.json index f19e0024..f2595517 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "7.12.3", + "version": "7.12.4", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",