We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f49f4a commit fe012c2Copy full SHA for fe012c2
3 files changed
History.md
@@ -1,4 +1,9 @@
1
2
+3.3.5 / 2025-03-26
3
+==================
4
+
5
+ * Fix version updating in Makefile (#72)
6
7
3.3.4 / 2025-03-11
8
==================
9
composer.json
@@ -1,6 +1,6 @@
{
"name": "posthog/posthog-php",
- "version": "3.3.4",
+ "version": "3.3.5",
"description": "PostHog PHP Library",
"keywords": [
"posthog"
lib/PostHog.php
@@ -6,7 +6,7 @@
class PostHog
- public const VERSION = '3.0.3';
+ public const VERSION = '3.3.5';
10
public const ENV_API_KEY = "POSTHOG_API_KEY";
11
public const ENV_HOST = "POSTHOG_HOST";
12
0 commit comments