Skip to content

Commit 42f90ea

Browse files
committed
Release 3.7.0
1 parent cfafebc commit 42f90ea

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
3.7.0 / 2025-08-26
3+
==================
4+
5+
* feat(flags): Implement local evaluation of flag dependencies (#84)
6+
* fix: Ignore new `flag` filter type in local evaluation (#80)
7+
* chore: Add feature flags project board workflow (#79)
8+
19
3.6.0 / 2025-04-30
210
==================
311

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

0 commit comments

Comments
 (0)