Skip to content

Commit 6e00d57

Browse files
authored
Bump version to 6.7.0 (#317)
1 parent a91a208 commit 6e00d57

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.7.0 - 2025-08-26
2+
3+
- feat: Add support for feature flag dependencies
4+
15
# 6.6.1 - 2025-08-21
26

37
- fix: Prevent `NoneType` error when `group_properties` is `None`

posthog/version.py

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

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

0 commit comments

Comments
 (0)