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 29be25a commit c08c0dbCopy full SHA for c08c0db
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.16.0 - 2025-02-26
2
+
3
+1. feat: add some platform info to events (#198)
4
5
## 3.15.1 - 2025-02-23
6
7
1. Fix async client support for OpenAI.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.15.1"
+VERSION = "3.16.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments