Skip to content

Commit 06be8a0

Browse files
authored
8.16.0 (#1165)
* Update CHANGELOG * 8.16.0
1 parent 6df534e commit 06be8a0

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.16.0] - 2025-09-16
11+
12+
### Added
13+
14+
- Add support for token vault in `clients` and `resourceServers`. [#1158]
15+
- Add support for `async_approval` template in `emailTemplates`. [#1146]
16+
- Add support for `passkeys` in `prompts`. [#1161]
17+
18+
### Fixed
19+
20+
- Fix example directory name for `phoneProviders`. [#1155]
21+
1022
## [8.15.0] - 2025-09-02
1123

1224
### Added
@@ -1413,8 +1425,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14131425
[#1133]: https://github.com/auth0/auth0-deploy-cli/issues/1133
14141426
[#1134]: https://github.com/auth0/auth0-deploy-cli/issues/1134
14151427
[#1139]: https://github.com/auth0/auth0-deploy-cli/issues/1139
1428+
[#1142]: https://github.com/auth0/auth0-deploy-cli/issues/1142
14161429
[#1144]: https://github.com/auth0/auth0-deploy-cli/issues/1144
1417-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.15.0...HEAD
1430+
[#1146]: https://github.com/auth0/auth0-deploy-cli/issues/1146
1431+
[#1155]: https://github.com/auth0/auth0-deploy-cli/issues/1155
1432+
[#1158]: https://github.com/auth0/auth0-deploy-cli/issues/1158
1433+
[#1161]: https://github.com/auth0/auth0-deploy-cli/issues/1161
1434+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.16.0...HEAD
1435+
[8.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.15.0...v8.16.0
14181436
[8.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.13.0...v8.15.0
14191437
[8.13.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.12.0...v8.13.0
14201438
[8.12.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...v8.12.0

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.15.0",
3+
"version": "8.16.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)