Skip to content

Commit 78a422d

Browse files
Preparing PHP SDK for release (#115)
1 parent a4af0d1 commit 78a422d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.1
2+
June 19th, 2018
3+
4+
- Fix: send impression event for Feature Test when Feature is disabled ([#114](https://github.com/optimizely/php-sdk/pull/114)).
5+
16
## 2.0.0
27
April 12th, 2018
38

src/Optimizely/Event/Builder/EventBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class EventBuilder
3737
/**
3838
* @const string Version of the Optimizely PHP SDK.
3939
*/
40-
const SDK_VERSION = '2.0.0';
40+
const SDK_VERSION = '2.0.1';
4141

4242
/**
4343
* @var string URL to send event to.

tests/EventTests/EventBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function setUp()
6868
]],
6969
'revision' => '15',
7070
'client_name' => 'php-sdk',
71-
'client_version' => '2.0.0',
71+
'client_version' => '2.0.1',
7272
'anonymize_ip'=> false,
7373
];
7474
$this->expectedEventHttpVerb = 'POST';

0 commit comments

Comments
 (0)