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..825324bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/launchdarkly/ldcli/compare/v3.0.4...v3.1.0) (2026-04-28) + + +### 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)) + ## [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",