diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe887ea9..013db2790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ nav_order: 1 ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD -- Add support for the `aiven_organization_user_group_member` resource, allowing the association of groups with the users. Please note that this resource is in the beta stage, and to use it, you would need to set the environment variable PROVIDER_AIVEN_ENABLE_BETA to a non-zero value. +- Deprecating `aiven_organization_user` resource and update data source logic that will be used instead of the corresponding resource ## [4.10.0] - 2023-12-27 @@ -30,6 +30,8 @@ nav_order: 1 - Retry kafka topic creation error `Cluster only has N broker(s), cannot set replication factor to M` - Fix Kafka Topic migration issues from V3 to V4. - Fix V3 to V4 migration issue related to cloud_name diff. +- Add support for the `aiven_organization_user_group_member` resource, allowing the association of groups with the users. Please note that this resource is in the beta stage, and to use it, you would need to set the environment variable PROVIDER_AIVEN_ENABLE_BETA to a non-zero value. + ## [4.9.4] - 2023-12-13