From 0ef1c07285d160d460e3b0e6de2f49df03b315fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:24:02 +0000 Subject: [PATCH 1/2] chore(main): release 2.21.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f63a8d7d..3ea1c2cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.21.2" + ".": "2.21.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 229a828a..b2743fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Terraform Provider will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.21.3](https://github.com/launchdarkly/terraform-provider-launchdarkly/compare/v2.21.2...v2.21.3) (2024-12-10) + + +### 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)) +* add test for segments with anonymous clauses ([#249](https://github.com/launchdarkly/terraform-provider-launchdarkly/issues/249)) ([0274906](https://github.com/launchdarkly/terraform-provider-launchdarkly/commit/0274906a3a05dd08f1152517b324ef22e1ec6b7b)) + ## [2.21.5](https://github.com/launchdarkly/terraform-provider-launchdarkly/compare/v2.21.4...v2.21.5) (2024-12-10) From 7d87a30bcdfb320a23761b511e03a4d4b5b7925c Mon Sep 17 00:00:00 2001 From: Isabelle Miller Date: Tue, 10 Dec 2024 14:25:39 +0100 Subject: [PATCH 2/2] chore: set release-search-depth to 20 --- release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 34ad0070..81b82c47 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,5 +9,6 @@ "skip-github-release": true } }, - "commit-search-depth": 100 + "commit-search-depth": 100, + "release-search-depth": 20 } \ No newline at end of file