Skip to content

Commit 4d00801

Browse files
chore: Release v7.16.1 [skip ci]
1 parent 8f6d6c8 commit 4d00801

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.sampo/changesets/include-group-context-in-flag-called-dedupe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# posthog
22

3+
## 7.16.1 — 2026-05-27
4+
5+
### Patch changes
6+
7+
- [8f6d6c8](https://github.com/posthog/posthog-python/commit/8f6d6c8ba4be612ae39273c5bd47acfc31396145) Include group context in the `$feature_flag_called` dedupe key so group-scoped flags fire a separate event for each group a user is evaluated under, instead of being dedup-ed against the first group context the same `(distinct_id, flag, response)` was seen under. — Thanks @gustavohstrassburger!
8+
39
## 7.16.0 — 2026-05-27
410

511
### Minor changes

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.16.0"
1+
VERSION = "7.16.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "posthog"
7-
version = "7.16.0"
7+
version = "7.16.1"
88
description = "Integrate PostHog into any python application."
99
authors = [{ name = "PostHog", email = "engineering@posthog.com" }]
1010
maintainers = [{ name = "PostHog", email = "engineering@posthog.com" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)