diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7bffe..2fe4aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.26.0](https://github.com/PostHog/wizard/compare/v1.25.0...v1.26.0) (2026-01-15) + + +### Features + +* add region param and OAuth option for MCP setup ([#220](https://github.com/PostHog/wizard/issues/220)) ([bd2a09d](https://github.com/PostHog/wizard/commit/bd2a09d76b1fa1197a3ef0c1cb2a24f4b9f13253)) +* Updates for skill use and skill installation ([#222](https://github.com/PostHog/wizard/issues/222)) ([11654c4](https://github.com/PostHog/wizard/commit/11654c41496776119df2905c85a1776745d50afa)) + + +### Bug Fixes + +* ci copy ([#224](https://github.com/PostHog/wizard/issues/224)) ([7d12a39](https://github.com/PostHog/wizard/commit/7d12a39f28042733e61c9877f05e2a7df94d5547)) + ## [1.25.0](https://github.com/PostHog/wizard/compare/v1.24.0...v1.25.0) (2026-01-12) diff --git a/package.json b/package.json index a76fc61..394fb6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "1.25.0", + "version": "1.26.0", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",