From c9b16de3b2a86c444bc649635866e0f90e2cc352 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:46:36 +0000 Subject: [PATCH] chore(main): release 3.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ PROVENANCE.md | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81e1640f..0b922d03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb70f180..11841eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/launchdarkly/ldcli/compare/v3.1.0...v3.2.0) (2026-07-20) + + +### Features + +* **symbols:** add `symbols upload` command for React Native + Android symbols ([#745](https://github.com/launchdarkly/ldcli/issues/745)) ([8dae666](https://github.com/launchdarkly/ldcli/commit/8dae666d28c22068ba0b068adbc3f87804ef92e7)) + ## [3.1.0](https://github.com/launchdarkly/ldcli/compare/v3.0.4...v3.1.0) (2026-07-10) diff --git a/PROVENANCE.md b/PROVENANCE.md index 38e02ddf..954dcd33 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.1.0 +PACKAGE_VERSION=3.2.0 ``` diff --git a/package.json b/package.json index f025b206..12b2babb 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.1.0", + "version": "3.2.0", "main": "index.js", "scripts": { "postinstall": "go-npm install",