Skip to content

Commit e25b8d2

Browse files
authored
8.39.0 (#1414)
* update changelog for next release * 8.39.0
1 parent 88f1e9f commit e25b8d2

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.39.0] - 2026-06-30
11+
12+
### Added
13+
14+
- Add `eventStreams` support. [#1412]
15+
- Add `id_token_session_expiry_supported` validation for enterprise connections. [#1411]
16+
1017
## [8.38.0] - 2026-06-25
1118

1219
### Added
@@ -1845,7 +1852,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18451852
[#1407]: https://github.com/auth0/auth0-deploy-cli/issues/1407
18461853
[#1408]: https://github.com/auth0/auth0-deploy-cli/issues/1408
18471854
[#1409]: https://github.com/auth0/auth0-deploy-cli/issues/1409
1848-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...HEAD
1855+
[#1411]: https://github.com/auth0/auth0-deploy-cli/issues/1411
1856+
[#1412]: https://github.com/auth0/auth0-deploy-cli/issues/1412
1857+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...HEAD
1858+
[8.39.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...v8.39.0
18491859
[8.38.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.37.0...v8.38.0
18501860
[8.37.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.36.0...v8.37.0
18511861
[8.36.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.35.0...v8.36.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.38.0",
3+
"version": "8.39.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)