Skip to content

Commit 73bec04

Browse files
andehenclaude
andauthored
chore: release v7.9.0 (#434)
chore: bump version to 7.9.0 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 603ed37 commit 73bec04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.9.0 - 2026-02-17
2+
3+
feat: Support device_id as bucketing identifier for local evaluation
4+
15
# 7.8.6 - 2026-02-09
26

37
fix: limit collections scanning in code variables

posthog/version.py

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

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

0 commit comments

Comments
 (0)