Skip to content

Commit 04f5300

Browse files
chore: Preparing for release 3.6.0 (#216)
1 parent 12a0ae3 commit 04f5300

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Optimizely PHP SDK Changelog
22

3+
## 3.6.0
4+
November 2nd, 2020
5+
6+
### New Features
7+
- Added support for upcoming application-controlled introduction of tracking for non-experiment Flag decisions. [#215](https://github.com/optimizely/php-sdk/pull/215)
8+
39
## 3.5.0
410
October 1st, 2020
511

src/Optimizely/Event/Builder/EventBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class EventBuilder
3838
/**
3939
* @const string Version of the Optimizely PHP SDK.
4040
*/
41-
const SDK_VERSION = '3.5.0';
41+
const SDK_VERSION = '3.6.0';
4242

4343
/**
4444
* @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' => '3.5.0',
71+
'client_version' => '3.6.0',
7272
'anonymize_ip'=> false,
7373
'enrich_decisions' => true,
7474
];

0 commit comments

Comments
 (0)