Skip to content

Commit fe012c2

Browse files
Release 3.3.5
1 parent 7f49f4a commit fe012c2

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
3.3.5 / 2025-03-26
3+
==================
4+
5+
* Fix version updating in Makefile (#72)
6+
27
3.3.4 / 2025-03-11
38
==================
49

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

0 commit comments

Comments
 (0)