From f175c65b57796a1f1540e7527a890a8e92c26a95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:22:40 +0000 Subject: [PATCH 1/2] chore(main): release 2.21.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9284e139..ab25740d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ### Fixed: - Fixed and issue with our release process. This release does not contain any code changes to the provider. +## [2.21.3](https://github.com/launchdarkly/terraform-provider-launchdarkly/compare/v2.21.2...v2.21.3) (2024-12-06) + + +### Bug Fixes + +* Add missing changelog entry ([#236](https://github.com/launchdarkly/terraform-provider-launchdarkly/issues/236)) ([171d3d6](https://github.com/launchdarkly/terraform-provider-launchdarkly/commit/171d3d60b42560a23e3033a324efc07de0016046)) + ## [2.21.1] - 2024-12-06 ### Updated: - Added a note to global `launchdarkly_feature_flag` documentation about managing variations for env-level flag configurations outside of Terraform. From 52ebb4623ecb3f81e236610386c4605a92b6cdff Mon Sep 17 00:00:00 2001 From: Henry Barrow Date: Fri, 6 Dec 2024 13:24:54 +0000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab25740d..e41b7802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -## [2.21.2] - 2024-12-06 -### Fixed: -- Fixed and issue with our release process. This release does not contain any code changes to the provider. - ## [2.21.3](https://github.com/launchdarkly/terraform-provider-launchdarkly/compare/v2.21.2...v2.21.3) (2024-12-06) @@ -9,6 +5,11 @@ * Add missing changelog entry ([#236](https://github.com/launchdarkly/terraform-provider-launchdarkly/issues/236)) ([171d3d6](https://github.com/launchdarkly/terraform-provider-launchdarkly/commit/171d3d60b42560a23e3033a324efc07de0016046)) + +## [2.21.2] - 2024-12-06 +### Fixed: +- Fixed and issue with our release process. This release does not contain any code changes to the provider. + ## [2.21.1] - 2024-12-06 ### Updated: - Added a note to global `launchdarkly_feature_flag` documentation about managing variations for env-level flag configurations outside of Terraform.