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 a91a208 commit 6e00d57Copy full SHA for 6e00d57
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.7.0 - 2025-08-26
2
+
3
+- feat: Add support for feature flag dependencies
4
5
# 6.6.1 - 2025-08-21
6
7
- fix: Prevent `NoneType` error when `group_properties` is `None`
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.6.1"
+VERSION = "6.7.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments