diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d4ac4e4..18cc6edc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.3" + ".": "1.7.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4abc990f..570995a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.4](https://github.com/launchdarkly/ldcli/compare/v1.7.3...v1.7.4) (2024-10-08) + + +### Bug Fixes + +* First open of the environment selector it can sometimes show a diff environment as selected ([#448](https://github.com/launchdarkly/ldcli/issues/448)) ([fca0b66](https://github.com/launchdarkly/ldcli/commit/fca0b66b577a9843e7e94f5bf3a0ba29fdc72efb)) + ## [1.7.3](https://github.com/launchdarkly/ldcli/compare/v1.7.2...v1.7.3) (2024-10-07) diff --git a/PROVENANCE.md b/PROVENANCE.md index 713f69e0..9893993c 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -5,7 +5,7 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply As part of [SLSA requirements for level 3 compliance](https://slsa.dev/spec/v1.0/requirements), LaunchDarkly publishes provenance about our package builds using [GitHub's generic SLSA3 provenance generator](https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#generation-of-slsa3-provenance-for-arbitrary-projects) for distribution alongside our packages. -These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.7.3_multiple_provenance.intoto.jsonl`. +These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_1.7.4_multiple_provenance.intoto.jsonl`. To verify SLSA provenance attestations, we recommend using [slsa-verifier](https://github.com/slsa-framework/slsa-verifier). Example usage for verifying packages for Linux is included below: @@ -13,7 +13,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the PACKAGE to verify -PACKAGE_VERSION=1.7.3 +PACKAGE_VERSION=1.7.4 ``` diff --git a/package.json b/package.json index c66f8bb5..342ec1e0 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": "1.7.3", + "version": "1.7.4", "main": "index.js", "scripts": { "postinstall": "go-npm install",