Skip to content

Commit 26e6c4c

Browse files
forest-botThenkei
andcommitted
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.7.9...v9.0.0) (2022-11-09) ### Bug Fixes * **chart:** improve security on chart and rename charts' properties ([#956](#956)) ([8b1891f](8b1891f)) * **security:** validate that smart action approvals are launched with the same parameters than the initial trigger ([#954](#954)) ([05be76d](05be76d)) ### Features * **chart:** add support for context variables used by Workspaces ([#957](#957)) ([39e7c4a](39e7c4a)) * **chart:** add support for objective chart ([#955](#955)) ([7b8a3aa](7b8a3aa)) ### BREAKING CHANGES * **security:** drop support of projects that are not using roles Co-authored-by: Guillaume Gautreau <[email protected]>, Morgan Perre <[email protected]>
1 parent c2a80d0 commit 26e6c4c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [9.0.0](https://github.com/ForestAdmin/forest-express-mongoose/compare/v8.7.9...v9.0.0) (2022-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **chart:** improve security on chart and rename charts' properties ([#956](https://github.com/ForestAdmin/forest-express-mongoose/issues/956)) ([8b1891f](https://github.com/ForestAdmin/forest-express-mongoose/commit/8b1891f836b303a19fa9a61346e69dc0046dadb3))
7+
* **security:** validate that smart action approvals are launched with the same parameters than the initial trigger ([#954](https://github.com/ForestAdmin/forest-express-mongoose/issues/954)) ([05be76d](https://github.com/ForestAdmin/forest-express-mongoose/commit/05be76da5092f4008fb1cc85c0a5b30adc7874c7))
8+
9+
10+
### Features
11+
12+
* **chart:** add support for context variables used by Workspaces ([#957](https://github.com/ForestAdmin/forest-express-mongoose/issues/957)) ([39e7c4a](https://github.com/ForestAdmin/forest-express-mongoose/commit/39e7c4aa8cc7750da0cc15af4d5211ae5f650f32))
13+
* **chart:** add support for objective chart ([#955](https://github.com/ForestAdmin/forest-express-mongoose/issues/955)) ([7b8a3aa](https://github.com/ForestAdmin/forest-express-mongoose/commit/7b8a3aa5efceced2b6b3c0296ed18d2d97ba30ac))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **security:** drop support of projects that are not using roles
19+
20+
Co-authored-by: Guillaume Gautreau <[email protected]>, Morgan Perre <[email protected]>
21+
122
# [9.0.0-beta.4](https://github.com/ForestAdmin/forest-express-mongoose/compare/v9.0.0-beta.3...v9.0.0-beta.4) (2022-11-02)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forest-express-mongoose",
33
"description": "Official Express/Mongoose Liana for Forest",
4-
"version": "9.0.0-beta.4",
4+
"version": "9.0.0",
55
"author": "Sandro Munda <[email protected]>",
66
"contributors": [
77
"Arnaud Besnier <[email protected]>",

0 commit comments

Comments
 (0)