diff --git a/CHANGELOG.md b/CHANGELOG.md index 44776db15..d21fe3031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.78.5 - 2023-09-14 + +- fix(flags): Enqueue follow up requests without dropping (#797) + ## 1.78.4 - 2023-09-13 diff --git a/package.json b/package.json index 6de47f988..5d5c4cbb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.78.4", + "version": "1.78.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",