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 f196235 commit 007c040Copy full SHA for 007c040
CHANGELOG.md
@@ -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
5
# 7.2.0 - 2025-12-01
6
7
feat: add $feature_flag_evaluated_at properties to $feature_flag_called events
8
-
9
# 7.1.0 - 2025-11-26
10
11
Add support for the async version of Gemini.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.2.0"
+VERSION = "7.2.1"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments