From b132af3a47e853c32910e7295522b78b37c4dbfc Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Fri, 13 Feb 2026 22:15:18 +0530 Subject: [PATCH] Add changelog for v1.27.1 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57025e749..3a1aeaa77 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] +# [v.1.27.1](https://github.com/auth0/auth0-cli/tree/v1.27.1) (February 13, 2026) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.27.0...v1.27.1) + +### Fixed +- Fix `auth0 quickstarts setup` command's interactive mode [#1437] + # [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) @@ -670,7 +677,8 @@ 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.27.0...HEAD +[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.27.1...HEAD +[#1437]: https://github.com/auth0/auth0-cli/pull/1437 [#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