diff --git a/CHANGELOG.md b/CHANGELOG.md index c307747..ed6139f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.24.0](https://github.com/PostHog/wizard/compare/v1.23.0...v1.24.0) (2026-01-09) + + +### Features + +* CI mode for wizard ([#216](https://github.com/PostHog/wizard/issues/216)) ([3bf2558](https://github.com/PostHog/wizard/commit/3bf255891590c5743a7115f4bff29e68bcd9fc34)) + ## [1.23.0](https://github.com/PostHog/wizard/compare/v1.22.0...v1.23.0) (2026-01-08) diff --git a/package.json b/package.json index 9550820..0874294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "1.23.0", + "version": "1.24.0", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",