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 5fd75c7 commit 312b9c8Copy full SHA for 312b9c8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.8.0 - 2025-10-28
2
+
3
+- feat(llma): send web search calls to be used for LLM cost calculations
4
5
# 6.7.11 - 2025-10-28
6
7
- feat(ai): Add `$ai_framework` property for framework integrations (e.g. LangChain)
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.11"
+VERSION = "6.8.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments