diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e2407be..fdc71a3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.194.5 - 2024-12-06 + +- feat: Added better sub logging utils (#1581) + ## 1.194.4 - 2024-12-05 - feat: RemoteConfig loader (#1577) diff --git a/package.json b/package.json index 4a42b0052..14c2f2317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.194.4", + "version": "1.194.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",