Skip to content

Commit 89a07d8

Browse files
committed
chore(llma): bump version
1 parent 394ae80 commit 89a07d8

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.7 - 2025-09-16
2+
3+
- fix(llma): missing async for OpenAI's streaming implementation
4+
15
# 6.7.6 - 2025-09-16
26

37
- fix: don't sort condition sets with variant overrides to the top

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.6"
1+
VERSION = "6.7.7"
22

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

0 commit comments

Comments
 (0)