Skip to content

Commit bf47fda

Browse files
committed
feat: bump version and add changelog
1 parent d1f2a17 commit bf47fda

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.9.0 - 2025-11-06
2+
3+
- feat(error-tracking): add local variables capture
4+
15
# 6.8.0 - 2025-11-03
26

37
- feat(llma): send web search calls to be used for LLM cost calculations

posthog/version.py

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

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

0 commit comments

Comments
 (0)