We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a05db8 commit d6bbb60Copy full SHA for d6bbb60
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.7.9 - 2025-10-22
2
+
3
+- fix(flags): multi-condition flags with static cohorts returning wrong variants
4
5
# 6.7.8 - 2025-10-16
6
7
- fix(llma): missing async for OpenAI's streaming implementation
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.8"
+VERSION = "6.7.9"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments