diff --git a/CHANGELOG.md b/CHANGELOG.md index 15fb9c6c..388e97e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.1.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.0.6...v9.1.0) (2022-12-23) + + +### Features + +* **smart-actions:** add support for data-based conditions on smart action trigger, approval requirement and authorization to approve ([#1052](https://github.com/ForestAdmin/forest-express-sequelize/issues/1052)) ([e3c7a1b](https://github.com/ForestAdmin/forest-express-sequelize/commit/e3c7a1bc2430862204d10699fa728f73688821b6)) + ## [9.0.6](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.0.5...v9.0.6) (2022-12-21) diff --git a/package.json b/package.json index e96e25ed..cac91937 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "9.0.6", + "version": "9.1.0", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",