Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.31.0](https://github.com/PostHog/wizard/compare/v1.30.0...v1.31.0) (2026-01-22)


### Features

* Transmit remarks about integration docs defects on conclusion ([#243](https://github.com/PostHog/wizard/issues/243)) ([909baaf](https://github.com/PostHog/wizard/commit/909baaf229a082b9f842fa215a520c87b5b1c359))


### Bug Fixes

* use EU subdomain for MCP OAuth routing ([#240](https://github.com/PostHog/wizard/issues/240)) ([3120d79](https://github.com/PostHog/wizard/commit/3120d7988db41b808338b7e54d47a5e0fcbcd74c))

## [1.30.0](https://github.com/PostHog/wizard/compare/v1.29.0...v1.30.0) (2026-01-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@posthog/wizard",
"version": "1.30.0",
"version": "1.31.0",
"homepage": "https://github.com/PostHog/wizard",
"repository": "https://github.com/PostHog/wizard",
"description": "The PostHog wizard helps you to configure your project",
Expand Down
Loading