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 0b6ff2e commit 6c41b06Copy full SHA for 6c41b06
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.8.5 - 2025-01-22
2
+
3
+1. Add tracing event to langchain callbacks.
4
5
## 3.8.4 - 2025-01-17
6
7
1. Add Anthropic support for LLM Observability.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.8.4"
+VERSION = "3.9.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments