diff --git a/CHANGELOG.md b/CHANGELOG.md index 895faedc5..b7c313b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.186.0 - 2024-11-15 + +- feat: allow triggering sessions when events occur (#1523) + ## 1.185.0 - 2024-11-15 - feat: Add customization to add all person profile properties as setPersonPropertiesForFlags (#1517) diff --git a/package.json b/package.json index 25302ae45..05cdd93d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.185.0", + "version": "1.186.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",