From e74283f015e853dae8671ed9719b1539273b45dd Mon Sep 17 00:00:00 2001 From: benjackwhite Date: Wed, 14 Aug 2024 07:43:39 +0000 Subject: [PATCH] chore: Bump version to 1.155.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f78961d4b..0da6966fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.155.3 - 2024-08-14 + +- feat: default to gzip compression instead of base64 (#1355) + ## 1.155.2 - 2024-08-13 - remove x-posthog-token header (#1354) diff --git a/package.json b/package.json index 56efc1c7e..c6c650f4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.155.2", + "version": "1.155.3", "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",