diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa4291eb..7c3079b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.8.0" + ".": "3.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef423ac9..00b4a301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.9.0](https://github.com/launchdarkly/ldcli/compare/v3.8.0...v3.9.0) (2026-08-05) + + +### Features + +* **symbols:** key Android uploads by R8's map id, and upload dSYMs from an Xcode build ([#769](https://github.com/launchdarkly/ldcli/issues/769)) ([e361fa6](https://github.com/launchdarkly/ldcli/commit/e361fa6a2f651bbff90dcc9f8b5995470693d463)) + ## [3.8.0](https://github.com/launchdarkly/ldcli/compare/v3.7.0...v3.8.0) (2026-08-01) diff --git a/PROVENANCE.md b/PROVENANCE.md index 2d829e18..d1c472c0 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.8.0 +PACKAGE_VERSION=3.9.0 ``` diff --git a/package.json b/package.json index 4e9ca490..3e1782ed 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.8.0", + "version": "3.9.0", "main": "index.js", "scripts": { "postinstall": "go-npm install",