-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 9.0.0-beta.1 [skip ci]
# [9.0.0-beta.1](v8.5.14...v9.0.0-beta.1) (2022-10-28) ### Bug Fixes * **security:** validate that smart action approvals are launched with the same parameters than the initial trigger ([#1026](#1026)) ([928865e](928865e)) ### BREAKING CHANGES * **security:** drop support of projects that are not using roles Co-authored-by: Guillaume Gautreau <[email protected]>, Morgan Perre <[email protected]>
- Loading branch information
1 parent
928865e
commit d2c5757
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# [9.0.0-beta.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.5.14...v9.0.0-beta.1) (2022-10-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **security:** validate that smart action approvals are launched with the same parameters than the initial trigger ([#1026](https://github.com/ForestAdmin/forest-express-sequelize/issues/1026)) ([928865e](https://github.com/ForestAdmin/forest-express-sequelize/commit/928865e9299d1ef9680e9b33ce33ecd8f4c9d077)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **security:** drop support of projects that are not using roles | ||
|
||
Co-authored-by: Guillaume Gautreau <[email protected]>, Morgan Perre <[email protected]> | ||
|
||
## [8.5.14](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.5.13...v8.5.14) (2022-10-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "forest-express-sequelize", | ||
"description": "Official Express/Sequelize Liana for Forest", | ||
"version": "8.5.14", | ||
"version": "9.0.0-beta.1", | ||
"author": "Sandro Munda <[email protected]>", | ||
"contributors": [ | ||
"Arnaud Besnier <[email protected]>", | ||
|