Skip to content

Commit bcf5b27

Browse files
authored
chore: bump (#170)
1 parent 0b6ff2e commit bcf5b27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.8.5 - 2025-01-22
2+
3+
1. Add tracing event to langchain callbacks.
4+
15
## 3.8.4 - 2025-01-17
26

37
1. Add Anthropic support for LLM Observability.

posthog/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "3.8.4"
1+
VERSION = "3.9.0"
22

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

0 commit comments

Comments
 (0)