We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b211c commit 4cc1730Copy full SHA for 4cc1730
CHANGELOG.md
@@ -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
5
## 4.0.0 - 2026-01-09
6
7
* [Full Changelog](https://github.com/PostHog/posthog-php/compare/3.7.3...4.0.0)
composer.json
@@ -1,6 +1,6 @@
{
"name": "posthog/posthog-php",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "PostHog PHP Library",
"keywords": [
"posthog"
lib/PostHog.php
@@ -6,7 +6,7 @@
class PostHog
8
9
- public const VERSION = '4.0.0';
+ public const VERSION = '4.0.1';
10
public const ENV_API_KEY = "POSTHOG_API_KEY";
11
public const ENV_HOST = "POSTHOG_HOST";
12
0 commit comments