Skip to content

Commit a9156d0

Browse files
Bumping version for 2.1.0 release (#119)
1 parent 1509d06 commit a9156d0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 2.0.1
1+
## 2.1.0
2+
June 29th, 2018
3+
4+
- Introduces support for bot filtering ([#110](https://github.com/optimizely/php-sdk/pull/110)).
5+
6+
## 2.0.1
27
June 19th, 2018
38

49
- Fix: send impression event for Feature Test when Feature is disabled ([#114](https://github.com/optimizely/php-sdk/pull/114)).

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.1';
40+
const SDK_VERSION = '2.1.0';
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
@@ -73,7 +73,7 @@ public function setUp()
7373
]],
7474
'revision' => '15',
7575
'client_name' => 'php-sdk',
76-
'client_version' => '2.0.1',
76+
'client_version' => '2.1.0',
7777
'anonymize_ip'=> false,
7878
];
7979
$this->expectedEventHttpVerb = 'POST';

0 commit comments

Comments
 (0)