Skip to content

Commit c572231

Browse files
authored
8.36.0 (#1397)
* chore: update changelog for v8.36.0 * 8.36.0 * chore: prettier format changelog
1 parent da90380 commit c572231

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.36.0] - 2026-06-05
11+
12+
### Added
13+
14+
- Add optional flag to skip secret masking during export. [#1396]
15+
16+
### Fixed
17+
18+
- Remove stale connection files from directory export when connections are deleted. [#1389]
19+
1020
## [8.35.0] - 2026-05-22
1121

1222
### Added
@@ -1797,9 +1807,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17971807
[#1385]: https://github.com/auth0/auth0-deploy-cli/issues/1385
17981808
[#1386]: https://github.com/auth0/auth0-deploy-cli/issues/1386
17991809
[#1387]: https://github.com/auth0/auth0-deploy-cli/issues/1387
1810+
[#1389]: https://github.com/auth0/auth0-deploy-cli/issues/1389
18001811
[#1391]: https://github.com/auth0/auth0-deploy-cli/issues/1391
18011812
[#1392]: https://github.com/auth0/auth0-deploy-cli/issues/1392
1802-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.35.0...HEAD
1813+
[#1396]: https://github.com/auth0/auth0-deploy-cli/issues/1396
1814+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.36.0...HEAD
1815+
[8.36.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.35.0...v8.36.0
18031816
[8.35.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.34.0...v8.35.0
18041817
[8.34.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.33.0...v8.34.0
18051818
[8.33.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.32.0...v8.33.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.35.0",
3+
"version": "8.36.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)