We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603ed37 commit 73bec04Copy full SHA for 73bec04
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 7.9.0 - 2026-02-17
2
+
3
+feat: Support device_id as bucketing identifier for local evaluation
4
5
# 7.8.6 - 2026-02-09
6
7
fix: limit collections scanning in code variables
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.8.6"
+VERSION = "7.9.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments