diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d12c0f5..16525fd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.119.1 - 2024-04-08 + +- fix: Default api host to us.i.posthog.com (#1087) + ## 1.119.0 - 2024-04-08 - feat: allow override sampling (#1105) diff --git a/package.json b/package.json index 1b61ed217..3fdaa78f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.119.0", + "version": "1.119.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",