From f2d937a32b95cf7f0a766591d91191e3d1b97c23 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Date: Tue, 10 Feb 2026 21:33:15 +0530 Subject: [PATCH 1/2] refactor(changelog): update for v1.27.0 release - Added support for managing organization invitations via `auth0 orgs invitations` (list, show, create, delete). - Introduced new `auth0 quickstarts setup` command to scaffold Auth0 apps with `.env` generation (supports `vite`, `nextjs`). - Implemented support for `auth0_prompt_screen_partial` in `auth0 tf generate`. - Added missing custom text prompts for various authentication scenarios. - Included `pre-login-organization-picker` screen to organizations prompt. - Specified required scopes for `organization_discovery_domains`, `self_service_profiles`, and `user_attribute_profiles`. --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6edf17ab4..a09a19b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v.1.27.0](https://github.com/auth0/auth0-cli/tree/v1.27.0) (February 10, 2026) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.26.0...v1.27.0) + +### Added +- Support for managing organization invitations via `auth0 orgs invitations` (list, show, create, delete) [#1424] +- New `auth0 quickstarts setup` command to scaffold Auth0 apps with `.env` generation (supports `vite`, `nextjs`) [#1428] +- Support for `auth0_prompt_screen_partial` in `auth0 tf generate` [#1426] +- Add missing custom text prompts: `email-identifier-challenge`, `passkeys`, `login-passwordless`, `phone-identifier-enrollment`, `phone-identifier-challenge`, `custom-form`, `customized-consent`, `logout`, `captcha`, `brute-force-protection` [#1426] +- Add `pre-login-organization-picker` screen to organizations prompt [#1426] +- Add required scopes for `organization_discovery_domains`, `self_service_profiles`, `user_attribute_profiles` [#1426] + + # [v.1.26.0](https://github.com/auth0/auth0-cli/tree/v1.26.0) (January 14, 2026) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.25.1...v1.26.0) @@ -657,7 +670,10 @@ 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.26.0...HEAD +[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.27.0...HEAD +[#1428]: https://github.com/auth0/auth0-cli/pull/1428 +[#1426]: https://github.com/auth0/auth0-cli/pull/1426 +[#1424]: https://github.com/auth0/auth0-cli/pull/1424 [#1417]: https://github.com/auth0/auth0-cli/pull/1417 [#1416]: https://github.com/auth0/auth0-cli/pull/1416 [#1414]: https://github.com/auth0/auth0-cli/pull/1414 From 69a45d88aaef46c84426dafd062ab0ef8350aa9b Mon Sep 17 00:00:00 2001 From: Kiran Kumar Date: Tue, 10 Feb 2026 22:38:10 +0530 Subject: [PATCH 2/2] chore(changelog): shorten changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09a19b27..57025e749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for managing organization invitations via `auth0 orgs invitations` (list, show, create, delete) [#1424] - New `auth0 quickstarts setup` command to scaffold Auth0 apps with `.env` generation (supports `vite`, `nextjs`) [#1428] - Support for `auth0_prompt_screen_partial` in `auth0 tf generate` [#1426] -- Add missing custom text prompts: `email-identifier-challenge`, `passkeys`, `login-passwordless`, `phone-identifier-enrollment`, `phone-identifier-challenge`, `custom-form`, `customized-consent`, `logout`, `captcha`, `brute-force-protection` [#1426] +- Add missing custom text prompts in `auth0 tf generate -r auth0_prompt_custom_text` [#1426] - Add `pre-login-organization-picker` screen to organizations prompt [#1426] - Add required scopes for `organization_discovery_domains`, `self_service_profiles`, `user_attribute_profiles` [#1426]