diff --git a/CHANGELOG.md b/CHANGELOG.md index 4be5e847c..c60bf3c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.160.1 - 2024-09-02 + +- fix: flushing the buffer for debug signal while idle extends session activity (#1396) +- fix: network capture tests should fail if we exhaust the body (#1395) +- chore: clarify that tests are exercising our fetch wrapper (#1393) + ## 1.160.0 - 2024-08-29 - feat: manually capture errors (#1374) diff --git a/package.json b/package.json index 454a0a277..9f459a868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.160.0", + "version": "1.160.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",