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 87dfcc0 commit 7fbccccCopy full SHA for 7fbcccc
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 6.7.12 - 2025-11-02
2
3
- fix(django): Restore process_exception method to capture view and downstream middleware exceptions (fixes #329)
4
- fix(ai/langchain): Add LangChain 1.0+ compatibility for CallbackHandler imports (fixes #362)
posthog/version.py
-VERSION = "6.7.11"
+VERSION = "6.7.12"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments