From ad142dc3e75762680fc021dd2e2f5b4d39928142 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Mon, 25 Mar 2024 11:11:36 +0000 Subject: [PATCH] Releasing version 2.18.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7752d9dc..6ad5cf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.18.2] - 2024-03-25 +### Improvements: +- Updated the resource name in our `launchdarkly_feature_flag_environment` docs example to make it more clear that it's a feature flag environment, not an environment. +- Updated the LD API client from v14 to v15. + ## [2.18.1] - 2024-03-14 ### Fixed: - Fixed the "Default off variation must be a valid index in the variations list" error for cases where the default variations were defined when creating a `launchdarkly_feature_flag` but no variations were explicitly defined (in the case of a default boolean flag, for example).