diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbfe88bb..fe25e64fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.206.0 - 2025-01-14 + +- feat: add irclid and _kx as campaign parameters (#1648) +- chore: Rename cklsh constants to cookieless (#1647) + ## 1.205.1 - 2025-01-13 - feat: custom webfont selection on surveys (#1643) diff --git a/package.json b/package.json index 07f6d1ae1..45d5cfa18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.205.1", + "version": "1.206.0", "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",