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 e23ca94 commit f0e1cdfCopy full SHA for f0e1cdf
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 5.4.0 - 2025-06-20
2
+
3
+- feat: add support to session_id context on page method
4
5
# 5.3.0 - 2025-06-19
6
7
- fix: safely handle exception values
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "5.3.0"
+VERSION = "5.4.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments