Skip to content

Commit 9f5e54e

Browse files
chore: bump version to 4.0.0 [version bump]
1 parent 9f522a9 commit 9f5e54e

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.0 - 2026-01-09
2+
3+
* [Full Changelog](https://github.com/PostHog/posthog-php/compare/3.7.3...4.0.0)
4+
15
3.7.3 / 2025-12-04
26
==================
37

@@ -259,7 +263,8 @@
259263
* Merge pull request #6 from chuva-inc/document_property
260264
* Merge pull request #5 from chuva-inc/issue_4
261265
* Posthog/posthog-php#3: Document the customer property
262-
* PostHog/posthog-php#4: Removes \n from beginning of the file
266+
* PostHog/posthog-php#4: Removes
267+
from beginning of the file
263268
* Update README.md
264269
* fix infinite loop on error 0 from libcurl
265270
* fix error when including https:// in host

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": "3.7.3",
3+
"version": "4.0.0",
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 = '3.7.3';
9+
public const VERSION = '4.0.0';
1010
public const ENV_API_KEY = "POSTHOG_API_KEY";
1111
public const ENV_HOST = "POSTHOG_HOST";
1212

0 commit comments

Comments
 (0)