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 ae97131 commit fb38447Copy full SHA for fb38447
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.6.1 - 2025-08-21
2
+
3
+- fix: Prevent `NoneType` error when `group_properties` is `None`
4
5
# 6.6.0 - 2025-08-15
6
7
- feat: Add `flag_keys_to_evaluate` parameter to optimize feature flag evaluation performance by only evaluating specified flags
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.6.0"
+VERSION = "6.6.1"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments