Skip to content

Commit 95df295

Browse files
chore: Release v7.10.0
1 parent 754c45f commit 95df295

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.sampo/changesets/claude-agent-sdk-integration.md

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

.sampo/changesets/propagate-missing-params-module-wrappers.md

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

CHANGELOG.md

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

3+
## 7.10.0 — 2026-04-07
4+
5+
### Minor changes
6+
7+
- [d234b53](https://github.com/posthog/posthog-python/commit/d234b53ff9578648d3bdb70d54cde98cdb7d9c87) feat(ai): add Claude Agent SDK integration for LLM analytics — Thanks @andrewm4894!
8+
9+
### Patch changes
10+
11+
- [754c45f](https://github.com/posthog/posthog-python/commit/754c45fa024be3fdb1f1d1f312a94070786652b7) fix: propagate missing params in module-level wrapper functions (`distinct_id` for `group_identify`, `flag_keys_to_evaluate` for `get_all_flags`/`get_all_flags_and_payloads`) — Thanks @dustinbyrne!
12+
313
## 7.9.12 — 2026-03-12
414

515
### Patch changes

posthog/version.py

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

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.12"
7+
version = "7.10.0"
88
description = "Integrate PostHog into any python application."
99
authors = [{ name = "PostHog", email = "hey@posthog.com" }]
1010
maintainers = [{ name = "PostHog", email = "hey@posthog.com" }]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)