Skip to content

Commit 5ef9b32

Browse files
authored
9.0.0-beta.1 (#1419)
* chore: prepare 9.0.0-beta.1 changelog * 9.0.0-beta.1
1 parent fb97260 commit 5ef9b32

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [9.0.0-beta.1] - 2026-07-02
11+
12+
### Security
13+
14+
- Prevent path traversal attacks in config file handlers for directory and YAML contexts. [#1418]
15+
1016
## [8.39.0] - 2026-06-30
1117

1218
### Added
@@ -1854,7 +1860,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18541860
[#1409]: https://github.com/auth0/auth0-deploy-cli/issues/1409
18551861
[#1411]: https://github.com/auth0/auth0-deploy-cli/issues/1411
18561862
[#1412]: https://github.com/auth0/auth0-deploy-cli/issues/1412
1857-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...HEAD
1863+
[#1418]: https://github.com/auth0/auth0-deploy-cli/issues/1418
1864+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v9.0.0-beta.1...HEAD
1865+
[9.0.0-beta.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...v9.0.0-beta.1
18581866
[8.39.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...v8.39.0
18591867
[8.38.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.37.0...v8.38.0
18601868
[8.37.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.36.0...v8.37.0

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.39.0",
3+
"version": "9.0.0-beta.1",
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)