Skip to content

Commit

Permalink
Add changelog for v1.2.1 (#968)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
developerkunal committed May 31, 2024
1 parent 879741c commit cbd2cdf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit cbd2cdf

Please sign in to comment.