diff --git a/CHANGELOG.md b/CHANGELOG.md index bd41e6de..f653051a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.7.0](https://github.com/PostHog/wizard/compare/v2.6.2...v2.7.0) (2026-04-08) + + +### Features + +* Ask to remove skills if successful ([#371](https://github.com/PostHog/wizard/issues/371)) ([05c97cc](https://github.com/PostHog/wizard/commit/05c97ccc6c248ff283c166670f9b577218821a02)) + + +### Bug Fixes + +* Cloudflare detection and context augmentation ([#370](https://github.com/PostHog/wizard/issues/370)) ([e719244](https://github.com/PostHog/wizard/commit/e719244de8a28bfe56caae97bbe3e681cc4c68e5)) +* Group MCP Logs under Development Tools ([#374](https://github.com/PostHog/wizard/issues/374)) ([56ba4c7](https://github.com/PostHog/wizard/commit/56ba4c778527fd5f687fdd942344c4cc360b3f4f)) +* wire up readApiKeyFromEnv to session builder ([#363](https://github.com/PostHog/wizard/issues/363)) ([752cb2f](https://github.com/PostHog/wizard/commit/752cb2fe552d4749c3b908831b0877176f6a9a93)) + ## [2.6.2](https://github.com/PostHog/wizard/compare/v2.6.1...v2.6.2) (2026-04-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c3c95a0a..3e275af3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@posthog/wizard", - "version": "2.6.2", + "version": "2.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@posthog/wizard", - "version": "2.6.2", + "version": "2.7.0", "dependencies": { "@anthropic-ai/claude-agent-sdk": "0.2.73", "@inkjs/ui": "^2.0.0", diff --git a/package.json b/package.json index 4716354f..43307056 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "2.6.2", + "version": "2.7.0", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",