Skip to content

Commit 48012cb

Browse files
chore: Release v7.13.0
1 parent 1b098e7 commit 48012cb

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.sampo/changesets/prompts-capture-errors.md

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

.sampo/changesets/trim-whitespace-config-values.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.13.0 — 2026-04-21
4+
5+
### Minor changes
6+
7+
- [12c38e7](https://github.com/posthog/posthog-python/commit/12c38e7a788c29a244b715c4f9965b1ac0bb4b3f) Add `capture_errors` option to `Prompts` that reports prompt fetch failures to PostHog error tracking via `capture_exception()` when enabled. — Thanks @andrewm4894!
8+
9+
### Patch changes
10+
11+
- [1b098e7](https://github.com/posthog/posthog-python/commit/1b098e7dc1b25b41ee35a2eef7469e71fe42b1fc) Trim surrounding whitespace from API keys and host config before using them. — Thanks @marandaneto!
12+
313
## 7.12.0 — 2026-04-16
414

515
### Minor changes

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.12.0"
1+
VERSION = "7.13.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.12.0"
7+
version = "7.13.0"
88
description = "Integrate PostHog into any python application."
99
authors = [{ name = "PostHog", email = "engineering@posthog.com" }]
1010
maintainers = [{ name = "PostHog", email = "engineering@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)