diff --git a/CHANGELOG.md b/CHANGELOG.md index 170dbee66..f78961d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.155.2 - 2024-08-13 + +- remove x-posthog-token header (#1354) + ## 1.155.1 - 2024-08-13 - feat: Added token to headers (#1347) diff --git a/package.json b/package.json index 94b1b0608..56efc1c7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.155.1", + "version": "1.155.2", "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",