From e3676fb2428232c0d17b8f69e8c5ebb7c31d4941 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Tue, 30 Sep 2025 14:38:46 +0100 Subject: [PATCH 1/3] docs: changelog for v1.21.0 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95108a5b3..74753d37a 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.21.0](https://github.com/auth0/auth0-cli/tree/v1.21.0) (September 30, 2025) + +### Added +- Add support for `auth0_self_service_profile` and `auth0_self_service_profile_custom_text` in `auth0 tf generate` [#1337] +- Add support for `auth0_user_attribute_profile` in `auth0 ttf generate` [#1344] + + # [v.1.20.1](https://github.com/auth0/auth0-cli/tree/v1.20.1) (September 25, 2025) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.20.0...v1.20.1) @@ -583,7 +590,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.20.1...HEAD +[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.21.0...HEAD +[1344]: https://github.com/auth0/auth0-cli/pull/1344 +[1337]: https://github.com/auth0/auth0-cli/pull/1337 [1343]: https://github.com/auth0/auth0-cli/issues/1343 [1265]: https://github.com/auth0/auth0-cli/issues/1265 [1317]: https://github.com/auth0/auth0-cli/issues/1317 From 176865e522896a263be2d7c2830f8e8259ae1dfb Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Tue, 30 Sep 2025 19:13:00 +0530 Subject: [PATCH 2/3] Update changelog for v1.21.0 --- CHANGELOG.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74753d37a..18f34be8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [v.1.21.0](https://github.com/auth0/auth0-cli/tree/v1.21.0) (September 30, 2025) +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.20.1...v1.21.0) + ### Added - Add support for `auth0_self_service_profile` and `auth0_self_service_profile_custom_text` in `auth0 tf generate` [#1337] - Add support for `auth0_user_attribute_profile` in `auth0 ttf generate` [#1344] @@ -591,16 +593,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [unreleased]: https://github.com/auth0/auth0-cli/compare/v1.21.0...HEAD -[1344]: https://github.com/auth0/auth0-cli/pull/1344 -[1337]: https://github.com/auth0/auth0-cli/pull/1337 -[1343]: https://github.com/auth0/auth0-cli/issues/1343 -[1265]: https://github.com/auth0/auth0-cli/issues/1265 -[1317]: https://github.com/auth0/auth0-cli/issues/1317 -[1313]: https://github.com/auth0/auth0-cli/issues/1313 -[1306]: https://github.com/auth0/auth0-cli/issues/1306 -[1288]: https://github.com/auth0/auth0-cli/issues/1288 -[1283]: https://github.com/auth0/auth0-cli/issues/1283 -[1280]: https://github.com/auth0/auth0-cli/issues/1280 +[#1344]: https://github.com/auth0/auth0-cli/pull/1344 +[#1337]: https://github.com/auth0/auth0-cli/pull/1337 +[#1343]: https://github.com/auth0/auth0-cli/issues/1343 +[#1265]: https://github.com/auth0/auth0-cli/issues/1265 +[#1317]: https://github.com/auth0/auth0-cli/issues/1317 +[#1313]: https://github.com/auth0/auth0-cli/issues/1313 +[#1306]: https://github.com/auth0/auth0-cli/issues/1306 +[#1288]: https://github.com/auth0/auth0-cli/issues/1288 +[#1283]: https://github.com/auth0/auth0-cli/issues/1283 +[#1280]: https://github.com/auth0/auth0-cli/issues/1280 [#1268]: https://github.com/auth0/auth0-cli/issues/1268 [#1260]: https://github.com/auth0/auth0-cli/issues/1260 [#1258]: https://github.com/auth0/auth0-cli/issues/1258 From 769d86b66d0c5d01c9e57a0284c9dc363990cacc Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Tue, 30 Sep 2025 19:14:57 +0530 Subject: [PATCH 3/3] Update changelog for v1.21.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f34be8f..970696856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add support for `auth0_self_service_profile` and `auth0_self_service_profile_custom_text` in `auth0 tf generate` [#1337] -- Add support for `auth0_user_attribute_profile` in `auth0 ttf generate` [#1344] +- Add support for `auth0_user_attribute_profile` in `auth0 tf generate` [#1344] # [v.1.20.1](https://github.com/auth0/auth0-cli/tree/v1.20.1) (September 25, 2025)