diff --git a/CHANGELOG.md b/CHANGELOG.md index 8337a4c8..0d1b4303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.38.0](https://github.com/PostHog/wizard/compare/v2.37.0...v2.38.0) (2026-07-03) + + +### Features + +* **pi:** real PostHog MCP dashboard, env lockdown, perf parity ([#701](https://github.com/PostHog/wizard/issues/701)) ([9730dfd](https://github.com/PostHog/wizard/commit/9730dfd97cb95b3b74b80e0ee6d4b2d723b0d953)) +* **tui:** Hidden Ctrl+T HUD showing running/final LLM token cost ([#783](https://github.com/PostHog/wizard/issues/783)) ([b7ef4ba](https://github.com/PostHog/wizard/commit/b7ef4ba7930e7ef7e2614d0ade7e5f461fb36b83)) + + +### Bug Fixes + +* **tui:** disable crashing Visualizer tab ([#787](https://github.com/PostHog/wizard/issues/787)) ([18bd38e](https://github.com/PostHog/wizard/commit/18bd38eb5a4c09660060256938c1c9b85b5ad4ad)) + ## [2.37.0](https://github.com/PostHog/wizard/compare/v2.36.0...v2.37.0) (2026-07-01) diff --git a/package.json b/package.json index a6a401ac..54fea4cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "2.37.0", + "version": "2.38.0", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",