Skip to content

Commit

Permalink
Bumping version for 2.1.0 release (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi authored Jun 29, 2018
1 parent 1509d06 commit a9156d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 2.0.1
## 2.1.0
June 29th, 2018

- Introduces support for bot filtering ([#110](https://github.com/optimizely/php-sdk/pull/110)).

## 2.0.1
June 19th, 2018

- Fix: send impression event for Feature Test when Feature is disabled ([#114](https://github.com/optimizely/php-sdk/pull/114)).
Expand Down
2 changes: 1 addition & 1 deletion src/Optimizely/Event/Builder/EventBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class EventBuilder
/**
* @const string Version of the Optimizely PHP SDK.
*/
const SDK_VERSION = '2.0.1';
const SDK_VERSION = '2.1.0';

/**
* @var string URL to send event to.
Expand Down
2 changes: 1 addition & 1 deletion tests/EventTests/EventBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function setUp()
]],
'revision' => '15',
'client_name' => 'php-sdk',
'client_version' => '2.0.1',
'client_version' => '2.1.0',
'anonymize_ip'=> false,
];
$this->expectedEventHttpVerb = 'POST';
Expand Down

0 comments on commit a9156d0

Please sign in to comment.