diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c7f4c7a..2b060297a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.126.0 - 2024-04-17 + +- fix: Reacting to config changes (#1138) + ## 1.125.0 - 2024-04-16 - Rename $process_person to $process_person_profile (#1143) diff --git a/package.json b/package.json index 298621ffd..cfd3eaef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.125.0", + "version": "1.126.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",