From 477afb032b03b95abb34d71d8607862ef9292a04 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Tue, 17 Oct 2023 17:10:01 +0000 Subject: [PATCH] Releasing version 2.16.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 720ab799..d88d8d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.16.0] - 2023-10-17 +### Added: +- Added additional fields related to big segments to the `launchdarkly_segment` resource and data source. Thanks, @christogav! [#187](https://github.com/launchdarkly/terraform-provider-launchdarkly/pull/187) + +### Improvements: +- Generated documentation for the `launchdarkly_segment` data source and resource using [terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs). + ## [2.15.2] - 2023-09-26 ### Fixed: - Added 404 retries to the `launchdarkly_team_role_mapping` resource. [#179](https://github.com/launchdarkly/terraform-provider-launchdarkly/issues/179)