diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 211ac9a5..cf198b9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b724ad9b..e3580596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.11.0](https://github.com/dylanneve1/talon/compare/v1.10.1...v1.11.0) (2026-05-11) + + +### Features + +* **access:** capture unauthorized message bodies for forensics ([#135](https://github.com/dylanneve1/talon/issues/135)) ([49e1029](https://github.com/dylanneve1/talon/commit/49e10292b05ee1508a8221ac964662b72f415bb5)) + + +### Bug Fixes + +* **deps:** bump fast-uri 3.1.0→3.1.2 (Dependabot alerts [#7](https://github.com/dylanneve1/talon/issues/7) + [#11](https://github.com/dylanneve1/talon/issues/11)) ([#134](https://github.com/dylanneve1/talon/issues/134)) ([0709805](https://github.com/dylanneve1/talon/commit/0709805e7258d0306a061b603192e87ea1c2669b)) + ## [1.10.1](https://github.com/dylanneve1/talon/compare/v1.10.0...v1.10.1) (2026-05-09) diff --git a/package-lock.json b/package-lock.json index b140ea1a..d0653d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talon-agent", - "version": "1.10.1", + "version": "1.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "talon-agent", - "version": "1.10.1", + "version": "1.11.0", "license": "MIT", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.108", diff --git a/package.json b/package.json index decfe29c..61cae4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talon-agent", - "version": "1.10.1", + "version": "1.11.0", "description": "Multi-frontend AI agent with full tool access, streaming, cron jobs, and plugin system", "author": "Dylan Neve", "license": "MIT",