We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a7da1 commit 040d659Copy full SHA for 040d659
History.md
@@ -1,4 +1,15 @@
1
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
9
10
11
12
13
2.0.4 / 2021-07-08
14
==================
15
composer.json
@@ -1,6 +1,6 @@
{
"name": "posthog/posthog-php",
- "version": "2.0.4",
+ "version": "2.0.5",
"description": "PostHog PHP Library",
"keywords": [
"posthog"
lib/PostHog.php
@@ -6,7 +6,7 @@
class PostHog
- public const VERSION = '2.0.4';
+ public const VERSION = '2.0.5';
public const ENV_API_KEY = "POSTHOG_API_KEY";
public const ENV_HOST = "POSTHOG_HOST";
0 commit comments