diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d158ec4..0153b4759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.203.1 - 2024-12-20 + +- fix: recordings that are paused for their whole duration (#1626) +- feat: custom event with remote config (#1628) + ## 1.203.0 - 2024-12-20 - chore: add feature name prop to event (#1624) diff --git a/package.json b/package.json index ca7916bee..8e0ddd768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.203.0", + "version": "1.203.1", "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",