diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0b1225a..016ed8836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [v1.0.71] - 2026-07-16 + +### Features + +- add wiki move-to-drive shortcut (#1869) +- **apps**: add role management shortcuts (#1881) +- **drive**: add secure label support and clarify comment location API (#1913) + +### Bug Fixes + +- **base**: improve dashboard shortcut guidance (#1787) + +### Documentation + +- **apps**: add platform SQL authoring guide to the db-execute skill (#1912) + +### Misc + +- add L4 plugin-integration and sidecar-integration CI jobs (#1840) +- **drive**: optimize drive +delete workflow (#1909) + ## [v1.0.70] - 2026-07-15 ### Features @@ -1506,6 +1527,7 @@ Bundled AI agent skills for intelligent assistance: - Bilingual documentation (English & Chinese). - CI/CD pipelines: linting, testing, coverage reporting, and automated releases. +[v1.0.71]: https://github.com/larksuite/cli/releases/tag/v1.0.71 [v1.0.70]: https://github.com/larksuite/cli/releases/tag/v1.0.70 [v1.0.69]: https://github.com/larksuite/cli/releases/tag/v1.0.69 [v1.0.68]: https://github.com/larksuite/cli/releases/tag/v1.0.68 diff --git a/package.json b/package.json index c9ebb7d1d..e5759274f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@larksuite/cli", - "version": "1.0.70", + "version": "1.0.71", "description": "The official CLI for Lark/Feishu open platform", "bin": { "lark-cli": "scripts/run.js"