Skip to content

Commit 2bb676a

Browse files
committed
chore(llmo): bump version
1 parent 2c9932a commit 2bb676a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# 6.4.0 - 2025-08-05
2+
3+
- feat: support Vertex AI for Gemini
4+
15
# 6.3.4 - 2025-08-04
26

3-
- fix: Set `$ai_tools` for all providers and `$ai_output_choices` for all non-streaming provider flows properly
7+
- fix: set `$ai_tools` for all providers and `$ai_output_choices` for all non-streaming provider flows properly
48

59
# 6.3.3 - 2025-08-01
610

posthog/version.py

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

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

0 commit comments

Comments
 (0)