diff --git a/CHANGELOG.md b/CHANGELOG.md index e50ccdf74..8ebf18416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.87.5 - 2023-10-30 + +- fix: include raw user agent in event properties (#868) + ## 1.87.4 - 2023-10-30 - fix: logging pointless error when offline (#866) diff --git a/package.json b/package.json index 2d8088eee..1defae4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.87.4", + "version": "1.87.5", "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",