Skip to content

Commit d257df0

Browse files
committed
chore: bump version to 6.7.11 for AI framework feature
Update version and changelog for PR #347
1 parent edfadcc commit d257df0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.7.11 - 2025-10-28
2+
3+
- feat(ai): Add `$ai_framework` property for framework integrations (LangChain)
4+
15
# 6.7.10 - 2025-10-24
26

37
- fix(django): Make middleware truly hybrid - compatible with both sync (WSGI) and async (ASGI) Django stacks without breaking sync-only deployments

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "6.7.10"
1+
VERSION = "6.7.11"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)