diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 971fb7a9..c3cf4d51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 52988abf..fb2b4c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.1](https://github.com/launchdarkly/ldcli/compare/v0.12.0...v0.12.1) (2024-05-10) + + +### Miscellaneous Chores + +* release 0.12.1 ([#265](https://github.com/launchdarkly/ldcli/issues/265)) ([33f606d](https://github.com/launchdarkly/ldcli/commit/33f606d394fd67b5a353d669ead3dfad98de68fc)) + ## [0.12.0](https://github.com/launchdarkly/ldcli/compare/v0.11.0...v0.12.0) (2024-05-10) diff --git a/PROVENANCE.md b/PROVENANCE.md index 277f594e..f4a1d63b 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_0.12.0_multiple_provenance.intoto.jsonl`. +These attestations are available for download from the GitHub release page for the release version under Assets > `ldcli_0.12.1_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=0.12.0 +PACKAGE_VERSION=0.12.1 ``` diff --git a/package.json b/package.json index a503abb1..ec6ae673 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": "0.12.0", + "version": "0.12.1", "main": "index.js", "scripts": { "postinstall": "go-npm install",