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 3943f15 commit be51643Copy full SHA for be51643
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.8.0 - 2025-12-01
2
+
3
+- feat: add `$feature_flag_evaluated_at` properties to `$feature_flag_called` events
4
5
# 6.7.5 - 2025-09-16
6
7
- feat: Django middleware now supports async request handling.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.5"
+VERSION = "6.8.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments