Skip to content

Commit f09ddca

Browse files
Add changelog for v1.27.0 (#1434)
* 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`. * chore(changelog): shorten changelog --------- Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com>
1 parent ce438a4 commit f09ddca

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
# [v.1.27.0](https://github.com/auth0/auth0-cli/tree/v1.27.0) (February 10, 2026)
11+
12+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.26.0...v1.27.0)
13+
14+
### Added
15+
- Support for managing organization invitations via `auth0 orgs invitations` (list, show, create, delete) [#1424]
16+
- New `auth0 quickstarts setup` command to scaffold Auth0 apps with `.env` generation (supports `vite`, `nextjs`) [#1428]
17+
- Support for `auth0_prompt_screen_partial` in `auth0 tf generate` [#1426]
18+
- Add missing custom text prompts in `auth0 tf generate -r auth0_prompt_custom_text` [#1426]
19+
- Add `pre-login-organization-picker` screen to organizations prompt [#1426]
20+
- Add required scopes for `organization_discovery_domains`, `self_service_profiles`, `user_attribute_profiles` [#1426]
21+
22+
1023
# [v.1.26.0](https://github.com/auth0/auth0-cli/tree/v1.26.0) (January 14, 2026)
1124

1225
[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
657670
- Updating of action triggers which inevitably results in error [#597]
658671

659672

660-
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.26.0...HEAD
673+
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.27.0...HEAD
674+
[#1428]: https://github.com/auth0/auth0-cli/pull/1428
675+
[#1426]: https://github.com/auth0/auth0-cli/pull/1426
676+
[#1424]: https://github.com/auth0/auth0-cli/pull/1424
661677
[#1417]: https://github.com/auth0/auth0-cli/pull/1417
662678
[#1416]: https://github.com/auth0/auth0-cli/pull/1416
663679
[#1414]: https://github.com/auth0/auth0-cli/pull/1414

0 commit comments

Comments
 (0)