diff --git a/CHANGELOG.md b/CHANGELOG.md index 263b18c91..44776db15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.78.4 - 2023-09-13 + + + ## 1.78.3 - 2023-09-13 - feat: different rate limiting handling (#765) diff --git a/package.json b/package.json index 6cf7e1014..6de47f988 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.78.3", + "version": "1.78.4", "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",