diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d4afa57..6fcb645a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.132.0 - 2024-05-13 + +- chore: Bump release to 1.131.5 (#1183) +- fix issue with shuffling questions on every render (#1182) +- feat(survey): Randomize questions & choices in surveys (#1177) + ## 1.131.5 - 2024-05-10 - feat: Support shuffling questions within a survey and options within a question (#1177) diff --git a/package.json b/package.json index bea890703..e7981ce94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.131.4", + "version": "1.132.0", "description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", "repository": "https://github.com/PostHog/posthog-js", "author": "hey@posthog.com",