Skip to content

Commit 8f3014c

Browse files
authored
8.10.0 (#1125)
* CHANGELOG added * 8.10.0
1 parent cc43a93 commit 8f3014c

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1026
## [8.9.0] - 2025-06-04
1127

1228
### Added
@@ -1350,7 +1366,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13501366
[#1103]: https://github.com/auth0/auth0-deploy-cli/issues/1103
13511367
[#1104]: https://github.com/auth0/auth0-deploy-cli/issues/1104
13521368
[#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
13541376
[8.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0
13551377
[8.8.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...v8.8.3
13561378
[8.8.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...v8.8.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "8.9.0",
3+
"version": "8.10.0",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)