diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5501df3..8f79b6ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.117.2 - 2024-04-03 + +- feat: measure identified events (#1114) + ## 1.117.1 - 2024-04-03 - fix: block bytespider bot (#1113) diff --git a/package.json b/package.json index 23a68c7d8..d2421fc50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.117.1", + "version": "1.117.2", "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",