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 8c2d4e7 commit d114496Copy full SHA for d114496
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 6.7.10 - 2025-10-24
2
3
- fix(django): Make middleware truly hybrid - compatible with both sync (WSGI) and async (ASGI) Django stacks without breaking sync-only deployments
4
- fix(django): Exception capture works correctly via context manager (addresses #329)
posthog/version.py
-VERSION = "6.7.9"
+VERSION = "6.7.10"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments