From 89be3e9b1d3429b5d45452db2904c5c84dbdc85f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:15:21 +0000 Subject: [PATCH] chore(main): release 3.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ PROVENANCE.md | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19f9217c..ab95c4e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.11.0" + ".": "3.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 588f5496..67a93abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.12.0](https://github.com/launchdarkly/ldcli/compare/v3.11.0...v3.12.0) (2026-09-16) + + +### Features + +* **dev-server:** add --sdk-init-timeout flag to control SDK init timeout ([#801](https://github.com/launchdarkly/ldcli/issues/801)) ([34eef80](https://github.com/launchdarkly/ldcli/commit/34eef80aaff72e24ecd80e49fa4cd38a3b7a5cd0)) + + +### Bug Fixes + +* pass allowed methods to CORS middleware ([#670](https://github.com/launchdarkly/ldcli/issues/670)) ([945917d](https://github.com/launchdarkly/ldcli/commit/945917d0cafa90ead0c0e4ce9bde8099473d8243)) +* redact access token in config command output ([#787](https://github.com/launchdarkly/ldcli/issues/787)) ([41caa77](https://github.com/launchdarkly/ldcli/commit/41caa77e0a3224f5b91a471b60b16c226a666f21)) + ## [3.11.0](https://github.com/launchdarkly/ldcli/compare/v3.10.0...v3.11.0) (2026-08-22) diff --git a/PROVENANCE.md b/PROVENANCE.md index 76620034..79ef15c7 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the package to verify -PACKAGE_VERSION=3.11.0 +PACKAGE_VERSION=3.12.0 ``` diff --git a/package.json b/package.json index 6d94d423..18a6262f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@launchdarkly/ldcli", "description": "The official command line interface for managing LaunchDarkly feature flags.", - "version": "3.11.0", + "version": "3.12.0", "main": "index.js", "scripts": { "postinstall": "go-npm install",