Skip to content

Commit 9cc8a29

Browse files
committed
bump versions
1 parent f2ad434 commit 9cc8a29

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.7.5 - 2024-11-27
2+
3+
1. Fix a bug where `in_app` was occassionally not present on exception stack frames.
4+
15
## 3.7.4 - 2024-11-25
26

37
1. Fix bug where this SDK incorrectly sent feature flag events with null values when calling `get_feature_flag_payload`.

posthog/version.py

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

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

0 commit comments

Comments
 (0)