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 9dd2e2f commit 4572616Copy full SHA for 4572616
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 6.7.6 - 2025-09-16
2
+
3
+- fix: don't sort condition sets with variant overrides to the top
4
+- fix: Prevent core Client methods from raising exceptions
5
6
# 6.7.5 - 2025-09-16
7
8
- feat: Django middleware now supports async request handling.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.5"
+VERSION = "6.7.6"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments