Skip to content

Commit 26ed6ab

Browse files
committed
bump version
1 parent 8f37893 commit 26ed6ab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 7.1.0 - 2025-11-28
2+
3+
Capture Langchain, OpenAI and Anthropic errors as exceptions (if exception autocapture is enabled)
4+
Add reference to exception in LLMA trace and span events
5+
16
# 7.0.2 - 2025-11-18
27

38
Add support for Python 3.14.

posthog/version.py

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

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

0 commit comments

Comments
 (0)