diff --git a/.release-please-manifest.json b/.release-please-manifest.json index caf3b45..79d20c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.16.0" + ".": "1.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a2308..425d612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.0](https://github.com/runloopai/rl-cli/compare/v1.16.0...v1.17.0) (2026-04-23) + + +### Features + +* agent object picker, multi-mount support, and TUI improvements ([#217](https://github.com/runloopai/rl-cli/issues/217)) ([dbe2a5c](https://github.com/runloopai/rl-cli/commit/dbe2a5c753553db454492fc4f2a964c24b7b6818)) + ## [1.16.0](https://github.com/runloopai/rl-cli/compare/v1.15.0...v1.16.0) (2026-04-23) diff --git a/package.json b/package.json index 78d0cc8..5f2e15b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runloop/rl-cli", - "version": "1.16.0", + "version": "1.17.0", "description": "Beautiful CLI for the Runloop platform", "type": "module", "bin": {