diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c400be..b940eec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ### Updated: - Added a note to global `launchdarkly_feature_flag` documentation about managing variations for env-level flag configurations outside of Terraform. +## [2.21.1](https://github.com/launchdarkly/terraform-provider-launchdarkly/compare/v2.21.0...v2.21.1) (2024-12-06) + + +### Bug Fixes + +* update README.md ([#233](https://github.com/launchdarkly/terraform-provider-launchdarkly/issues/233)) ([c51bb25](https://github.com/launchdarkly/terraform-provider-launchdarkly/commit/c51bb25c2f04f51d43d0d50346e37aa574269e9f)) + ## [2.21.0] - 2024-10-24 ### Added: - Added support for managing the [Kosli integration](https://docs.launchdarkly.com/integrations/kosli/) with the `launchdarkly_audit_log_subscription` resource and data source.