Skip to content

Commit 16cbd10

Browse files
author
Phani Raj
authored
bump version to 3.5.2 (#130)
1 parent b83d544 commit 16cbd10

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.5.2 - 2024-08-21
2+
3+
1. Guard for None values in local evaluation
4+
15
## 3.5.1 - 2024-08-13
26

37
1. Remove "-api" suffix from ingestion hostnames

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "3.5.1"
1+
VERSION = "3.5.2"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)