Skip to content

Commit 16bc87b

Browse files
chore: Release v7.9.2
1 parent f1dc4d7 commit 16bc87b

5 files changed

Lines changed: 10 additions & 31 deletions

File tree

.sampo/changesets/sullen-knight-goulven.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# posthog
22

3+
## 7.9.2 — 2026-02-18
4+
5+
### Patch changes
6+
7+
- [f1dc4d7](https://github.com/posthog/posthog-python/commit/f1dc4d73914712983a7f715ee4fe1b70e66e770a) Add sampo to the project — Thanks @rafaeelaudibert!
8+
39
## 7.9.1 - 2026-02-17
410

511
fix(llma): make prompt fetches deterministic by requiring project_api_key and sending it as token query param

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.9.1"
1+
VERSION = "7.9.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "posthog"
7-
version = "7.9.1"
7+
version = "7.9.2"
88
description = "Integrate PostHog into any python application."
99
authors = [{ name = "PostHog", email = "hey@posthog.com" }]
1010
maintainers = [{ name = "PostHog", email = "hey@posthog.com" }]

0 commit comments

Comments
 (0)