Skip to content

Commit 007c040

Browse files
committed
bump version
1 parent f196235 commit 007c040

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# 7.2.1 - 2025-12-19
2+
3+
feat: add `in_app_modules` option to control code variables capturing
4+
15
# 7.2.0 - 2025-12-01
26

37
feat: add $feature_flag_evaluated_at properties to $feature_flag_called events
48

5-
69
# 7.1.0 - 2025-11-26
710

811
Add support for the async version of Gemini.

posthog/version.py

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

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

0 commit comments

Comments
 (0)