Skip to content

Commit 4cc1730

Browse files
chore: bump version to 4.0.1 [version bump]
1 parent c7b211c commit 4cc1730

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.1 - 2026-02-06
2+
3+
* [Full Changelog](https://github.com/PostHog/posthog-php/compare/4.0.0...4.0.1)
4+
15
## 4.0.0 - 2026-01-09
26

37
* [Full Changelog](https://github.com/PostHog/posthog-php/compare/3.7.3...4.0.0)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog/posthog-php",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "PostHog PHP Library",
55
"keywords": [
66
"posthog"

lib/PostHog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class PostHog
88
{
9-
public const VERSION = '4.0.0';
9+
public const VERSION = '4.0.1';
1010
public const ENV_API_KEY = "POSTHOG_API_KEY";
1111
public const ENV_HOST = "POSTHOG_HOST";
1212

0 commit comments

Comments
 (0)