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 720d20d commit 18976b2Copy full SHA for 18976b2
CHANGELOG.md
@@ -9,7 +9,6 @@
9
# 6.7.10 - 2025-10-24
10
11
- fix(django): Make middleware truly hybrid - compatible with both sync (WSGI) and async (ASGI) Django stacks without breaking sync-only deployments
12
-- Note: v6.7.10 did not fully fix exception capture - see v6.7.11
13
14
# 6.7.9 - 2025-10-22
15
posthog/version.py
@@ -1,4 +1,4 @@
1
-VERSION = "6.7.11" # Will be bumped to 6.7.12 on release
+VERSION = "6.7.11"
2
3
if __name__ == "__main__":
4
print(VERSION, end="") # noqa: T201
0 commit comments