We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9932a commit 2bb676aCopy full SHA for 2bb676a
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+# 6.4.0 - 2025-08-05
2
+
3
+- feat: support Vertex AI for Gemini
4
5
# 6.3.4 - 2025-08-04
6
-- 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
8
9
# 6.3.3 - 2025-08-01
10
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.3.4"
+VERSION = "6.4.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments