From ce8d45a5a585ea63d70be53c2cc3d28f15de9787 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:08:28 +0530 Subject: [PATCH 1/4] update changelog for next release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081c8c788..d0f538a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add `eventStreams` support. [#1412] +- Add `id_token_session_expiry_supported` validation for enterprise connections. [#1411] + ## [8.38.0] - 2026-06-25 ### Added From 6b53277d48ba91a2cd51bb8b6ffcabc176ad6379 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:09:06 +0530 Subject: [PATCH 2/4] 8.39.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 617ddba57..44b97b1da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.38.0", + "version": "8.39.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": { From bb524c14093ffaabf9727ff330a12cad0ff9fe81 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:11:25 +0530 Subject: [PATCH 3/4] 8.39.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f538a0b..90834560c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.39.0] - 2026-06-30 + ### Added - Add `eventStreams` support. [#1412] From 6c914ffabdc81cfc9d6c243ee40d1cb631de77d9 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:31:49 +0530 Subject: [PATCH 4/4] 8.39.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90834560c..c96f9d75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1852,7 +1852,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1407]: https://github.com/auth0/auth0-deploy-cli/issues/1407 [#1408]: https://github.com/auth0/auth0-deploy-cli/issues/1408 [#1409]: https://github.com/auth0/auth0-deploy-cli/issues/1409 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...HEAD +[#1411]: https://github.com/auth0/auth0-deploy-cli/issues/1411 +[#1412]: https://github.com/auth0/auth0-deploy-cli/issues/1412 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...HEAD +[8.39.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...v8.39.0 [8.38.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.37.0...v8.38.0 [8.37.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.36.0...v8.37.0 [8.36.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.35.0...v8.36.0