@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 8.10.0] - 2025-07-01
11
+
12
+ ### Added
13
+
14
+ - Add support new schema fields in ` prompt ` screens for rendering. [ #1124 ]
15
+
16
+ ### Changed
17
+
18
+ - Update endpoints for enabled_clients in ` connections ` and ` databases ` . [ #1123 ]
19
+ - Update CONTRIBUTING.md with detailed setup and workflow instructions. [ #1115 ]
20
+
21
+ ### Fixed
22
+
23
+ - Fix process execution order for ` forms ` ,` flows ` ,` flowVaultConnections ` . [ #1121 ]
24
+ - Fix keyword replacement markers in ` databases ` enabled_clients. [ #1116 ]
25
+
10
26
## [ 8.9.0] - 2025-06-04
11
27
12
28
### Added
@@ -1350,7 +1366,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1350
1366
[ #1103 ] : https://github.com/auth0/auth0-deploy-cli/issues/1103
1351
1367
[ #1104 ] : https://github.com/auth0/auth0-deploy-cli/issues/1104
1352
1368
[ #1109 ] : https://github.com/auth0/auth0-deploy-cli/issues/1109
1353
- [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...HEAD
1369
+ [ #1115 ] : https://github.com/auth0/auth0-deploy-cli/issues/1115
1370
+ [ #1116 ] : https://github.com/auth0/auth0-deploy-cli/issues/1116
1371
+ [ #1121 ] : https://github.com/auth0/auth0-deploy-cli/issues/1121
1372
+ [ #1123 ] : https://github.com/auth0/auth0-deploy-cli/issues/1123
1373
+ [ #1124 ] : https://github.com/auth0/auth0-deploy-cli/issues/1124
1374
+ [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...HEAD
1375
+ [ 8.10.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...v8.10.0
1354
1376
[ 8.9.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0
1355
1377
[ 8.8.3 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...v8.8.3
1356
1378
[ 8.8.2 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...v8.8.2
0 commit comments