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 b67510b commit facdd12Copy full SHA for facdd12
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.2.0 - 2025-05-22
2
+
3
+Add support for google gemini
4
5
## 4.1.0 - 2025-05-22
6
7
Moved ai openai package to a composition approach over inheritance.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "4.1.0"
+VERSION = "4.2.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments