From d1187cec686864381961d3858e852194714d37d9 Mon Sep 17 00:00:00 2001 From: KIRAN KUMAR B Date: Thu, 30 Apr 2026 14:39:28 +0530 Subject: [PATCH 1/2] chore(changelog): update changelog for v1.30.0 release - Added `--enforce-policies` and `--token-dialect` flags in `auth0 apis create` and `auth0 apis update` to enhance API configuration options. - Introduced `--allow-any-profile-of-type` flag for token exchange types in `auth0 apps create` and `auth0 apps update` to provide more flexibility in app configurations. - Added support for `auth0_client_cimd` resource generation in `auth0 tf generate` to facilitate resource management in Terraform. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b3dc0ea..bec772b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v.1.30.0](https://github.com/auth0/auth0-cli/tree/v1.30.0) (April 30, 2026) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.29.0...v1.30.0) + +### Added +- Add `--enforce-policies` and `--token-dialect` flags in `auth0 apis create` and `auth0 apis update` [#1504] +- Add `--allow-any-profile-of-type` flag for token exchange types in `auth0 apps create` and `auth0 apps update` [#1504] +- Add support for `auth0_client_cimd` resource generation in `auth0 tf generate` [#1501] + + # [v.1.29.0](https://github.com/auth0/auth0-cli/tree/v1.29.0) (April 16, 2026) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.28.0...v1.29.0) From 20b80c67dc8374d252f9622c5655fbd41b5c35f7 Mon Sep 17 00:00:00 2001 From: KIRAN KUMAR B Date: Thu, 30 Apr 2026 15:07:17 +0530 Subject: [PATCH 2/2] chore(changelog): update unreleased section and add pull request links - Updated the unreleased section in CHANGELOG.md to reflect the new versioning from v1.29.0 to v1.30.0. - Added links to relevant pull requests for better traceability of changes. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec772b25..20f8ac287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -725,7 +725,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updating of action triggers which inevitably results in error [#597] -[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.29.0...HEAD +[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.30.0...HEAD +[#1504]: https://github.com/auth0/auth0-cli/pull/1504 +[#1501]: https://github.com/auth0/auth0-cli/pull/1501 [#1491]: https://github.com/auth0/auth0-cli/pull/1491 [#1475]: https://github.com/auth0/auth0-cli/pull/1475 [#1471]: https://github.com/auth0/auth0-cli/pull/1471