diff --git a/CHANGELOG.md b/CHANGELOG.md index d5faf03b7..62462912d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.87.0 - 2023-10-26 + +- feat(surveys): Make selector targeting work, add user props (#858) + ## 1.86.0 - 2023-10-26 - feat: allow backend to specify a custom analytics endpoint (#831) diff --git a/package.json b/package.json index 0cb2b0723..2ee2890b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.86.0", + "version": "1.87.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",