Skip to content

Commit 47221d6

Browse files
committed
update version and changelog
1 parent 6def2c3 commit 47221d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 6.6.0 - 2025-08-15
2+
3+
- feat: Add `flag_keys_to_evaluate` parameter to optimize feature flag evaluation performance by only evaluating specified flags
4+
- feat: Add `flag_keys_filter` option to `send_feature_flags` for selective flag evaluation in capture events
5+
16
# 6.5.0 - 2025-08-08
27

38
- feat: Add `$context_tags` to an event to know which properties were included as tags

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "6.5.0"
1+
VERSION = "6.6.0"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)