diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2e54b0c..4f5c4fc1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.52.0" + ".": "1.53.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c193233c..432a1334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.53.0](https://github.com/PostHog/context-mill/compare/v1.52.0...v1.53.0) (2026-09-15) + + +### Features + +* **agents:** add the error-tracking orchestrator flow ([#393](https://github.com/PostHog/context-mill/issues/393)) ([3859545](https://github.com/PostHog/context-mill/commit/38595456f68a95bdb810a7b269005d36b2ac69f7)) + + +### Bug Fixes + +* **ci:** auth warlock triage with the CI gateway token file ([#395](https://github.com/PostHog/context-mill/issues/395)) ([fc795b5](https://github.com/PostHog/context-mill/commit/fc795b5144dca960a18b29bfec190a76267e7da3)) + ## [1.52.0](https://github.com/PostHog/context-mill/compare/v1.51.0...v1.52.0) (2026-09-09) diff --git a/package.json b/package.json index 95f2308d..7c4b5986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/context-mill", - "version": "1.52.0", + "version": "1.53.0", "private": true, "type": "module", "description": "PostHog Context Mill: assembling and packaging context for AI agents and LLMs",