Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Mar 11, 2024
1 parent 291a124 commit 04f7509
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

3.2.2 / 2024-03-11
==================

* feat(flags): Add specific timeout for feature flags (#62)
* Adds a new `feature_flag_request_timeout_ms` timeout parameter for feature flags which defaults to 3 seconds, updated from the default 10s for all other API calls.

3.2.1 / 2024-01-26
==================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthog/posthog-php",
"version": "3.2.1",
"version": "3.2.2",
"description": "PostHog PHP Library",
"keywords": [
"posthog"
Expand Down

0 comments on commit 04f7509

Please sign in to comment.