From 77fb71382c0cfc3096dcac08d2388cd6fabe6822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:07:43 +0000 Subject: [PATCH] chore(main): release 3.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ PROVENANCE.md | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc4cb4c2..81e1640f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.4" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 405d35c0..41a7fc2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.1.0](https://github.com/launchdarkly/ldcli/compare/v3.0.4...v3.1.0) (2026-05-06) + + +### Features + +* [FD-5561] implement FDv2 polling endpoint GET /sdk/poll ([#701](https://github.com/launchdarkly/ldcli/issues/701)) ([8a1cda1](https://github.com/launchdarkly/ldcli/commit/8a1cda1be133629b820005ad62f507c17ad17a00)) +* [FD-5562] Adding FDv2 Stream endpoint support in the dev server ([#703](https://github.com/launchdarkly/ldcli/issues/703)) ([ff8c116](https://github.com/launchdarkly/ldcli/commit/ff8c1167de8c80163afaf9b05f07af58c575fa82)) + + +### Bug Fixes + +* **REL-13522:** convert kebab-case query params to camelCase ([#705](https://github.com/launchdarkly/ldcli/issues/705)) ([98700e4](https://github.com/launchdarkly/ldcli/commit/98700e4f94f8c2fa90c227e8831e967a6360260d)) + ## [3.0.4](https://github.com/launchdarkly/ldcli/compare/v3.0.3...v3.0.4) (2026-04-21) diff --git a/PROVENANCE.md b/PROVENANCE.md index c7951bfa..38e02ddf 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.0.4 +PACKAGE_VERSION=3.1.0 ``` diff --git a/package.json b/package.json index df4943e8..f025b206 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.0.4", + "version": "3.1.0", "main": "index.js", "scripts": { "postinstall": "go-npm install",