diff --git a/CHANGELOG.md b/CHANGELOG.md index 081c8c788..c96f9d75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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] +- Add `id_token_session_expiry_supported` validation for enterprise connections. [#1411] + ## [8.38.0] - 2026-06-25 ### Added @@ -1845,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 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": {