Skip to content

Commit 4572616

Browse files
committed
update version and change log
1 parent 9dd2e2f commit 4572616

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 6.7.6 - 2025-09-16
2+
3+
- fix: don't sort condition sets with variant overrides to the top
4+
- fix: Prevent core Client methods from raising exceptions
5+
16
# 6.7.5 - 2025-09-16
27

38
- feat: Django middleware now supports async request handling.

posthog/version.py

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

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

0 commit comments

Comments
 (0)