Skip to content

Commit 040d659

Browse files
committed
Release 2.0.5
1 parent 49a7da1 commit 040d659

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

History.md

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

2+
2.0.5 / 2021-07-13
3+
==================
4+
5+
* Merge pull request #23 from joesaunderson/bugfix/send-user-agent
6+
* Send user agent with decide request
7+
8+
2.0.5 / 2021-07-13
9+
==================
10+
11+
12+
213
2.0.4 / 2021-07-08
314
==================
415

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

0 commit comments

Comments
 (0)