diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19f9217c..2ecd919c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.11.0" + ".": "3.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 588f5496..8f1bc834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.11.1](https://github.com/launchdarkly/ldcli/compare/v3.11.0...v3.11.1) (2026-09-11) + + +### Bug Fixes + +* 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..1cd58e9b 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.11.1 ``` diff --git a/package.json b/package.json index 6d94d423..9d147409 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.11.1", "main": "index.js", "scripts": { "postinstall": "go-npm install",