Skip to content

Commit 18976b2

Browse files
committed
fix: changelog
1 parent 720d20d commit 18976b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# 6.7.10 - 2025-10-24
1010

1111
- fix(django): Make middleware truly hybrid - compatible with both sync (WSGI) and async (ASGI) Django stacks without breaking sync-only deployments
12-
- Note: v6.7.10 did not fully fix exception capture - see v6.7.11
1312

1413
# 6.7.9 - 2025-10-22
1514

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.11" # Will be bumped to 6.7.12 on release
1+
VERSION = "6.7.11"
22

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

0 commit comments

Comments
 (0)