diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e296b..f9ffccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.32.1](https://github.com/PostHog/wizard/compare/v1.32.0...v1.32.1) (2026-02-12) + + +### Bug Fixes + +* don't show the entire conversation in error message ([#273](https://github.com/PostHog/wizard/issues/273)) ([1cb52eb](https://github.com/PostHog/wizard/commit/1cb52ebd7dd67f2b2839c65b2920e19cc8816215)) + ## [1.32.0](https://github.com/PostHog/wizard/compare/v1.31.2...v1.32.0) (2026-02-10) diff --git a/package.json b/package.json index 223c04c..192d722 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "1.32.0", + "version": "1.32.1", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",