Skip to content

Commit 6e5b41d

Browse files
committed
Release 2.0.2
1 parent a769e34 commit 6e5b41d

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

History.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
2+
2.0.2 / 2021-07-08
3+
==================
4+
5+
* Merge pull request #19 from PostHog/handle-host
6+
* fix tests for good
7+
* check if host exists before operating on it
8+
* undefined check
9+
* fix tests
10+
* Allow hosts with protocol specified
11+
* Merge pull request #18 from PostHog/feature-flags
12+
* remove useless comment
13+
* have env var as the secondary option
14+
* bump version
15+
* bring back destruct
16+
* remove feature flags
17+
* simplify everything
18+
* Cleanup isFeatureEnabled docblock
19+
* Fix user agent undefined array key
20+
* Merge pull request #17 from PostHog/releasing-update
21+
* Note `git-extras` in RELEASING.md
22+
* Add test case for isFeatureEnabled with the simple flag in the mocked response
23+
* Fix: make rolloutPercentage nullable in isSimpleFlagEnabled
24+
* Merge remote-tracking branch 'upstream/master'
25+
* Fix is_simple_flag tests by mocking response
26+
* Use LONG_SCALE const
27+
* Implement isSimpleFlagEnabled
28+
* Don't set payload on get requests
29+
* (WIP) Rework feature flags based on spec `https://github.com/PostHog/posthog.com/pull/1455`
30+
* Extract http client functionalities
31+
* Remove extra line
32+
* Change default host to app.posthog.com
33+
* Feature/support feature flags decide API
34+
* Upgrade phplint
135
2.0.1 / 2021-06-11
236
==================
337

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.1';
9+
public const VERSION = '2.0.2';
1010
public const ENV_API_KEY = "POSTHOG_API_KEY";
1111
public const ENV_HOST = "POSTHOG_HOST";
1212

0 commit comments

Comments
 (0)