From cbd2cdff3457b1e64b79c3472edec6fcf4a9d4c8 Mon Sep 17 00:00:00 2001 From: KunalOfficial <35455566+developerkunal@users.noreply.github.com> Date: Fri, 31 May 2024 19:50:46 +0530 Subject: [PATCH] Add changelog for v1.2.1 (#968) * Add changelog for v1.2.1 * updated changelog v1.2.1 * updated changelog v1.2.1 * updated changelog v1.2.1 * updated changelog v1.2.1 * updated changelog v1.2.1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4980d5e37..8d0c41a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v1.2.1 + +ENHANCEMENTS: + +- Switched from `offset pagination` to `checkpoint pagination` when listing `organizations/members` to remove the 1000 result limit ([#965](https://github.com/auth0/terraform-provider-auth0/pull/965)) + +BUG FIXES: + +- `resource/auth0_organization_member`: Resolve an issue where organization members were searched among a limited paginated result ([#964](https://github.com/auth0/terraform-provider-auth0/pull/964)) + +NOTES: + +- `resource/auth0_role_permission`: Improved documentation by adding resource config and import examples ([#963](https://github.com/auth0/terraform-provider-auth0/pull/963)) +- `resource/auth0_role_permissions`: Improved documentation by adding resource config and import examples ([#963](https://github.com/auth0/terraform-provider-auth0/pull/963)) + ## v1.2.0 FEATURES: