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 b83d544 commit 16cbd10Copy full SHA for 16cbd10
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.5.2 - 2024-08-21
2
+
3
+1. Guard for None values in local evaluation
4
5
## 3.5.1 - 2024-08-13
6
7
1. Remove "-api" suffix from ingestion hostnames
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.5.1"
+VERSION = "3.5.2"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments