Skip to content

Commit e9250ed

Browse files
chore: prepare release 4.0.1 (#282)
1 parent 8fe8574 commit e9250ed

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Optimizely PHP SDK Changelog
22

3+
## 4.0.1
4+
December 4, 2023
5+
6+
* Add Dev Containers and bug bash #269
7+
* Add GitHub Issues templates #278
8+
* Fix: Deprecation warning #279
9+
* Return Latest Experiment When Duplicate Keys in Config #280
10+
* Fix: Code examples by @localheinz #281
11+
312
## 4.0.0
413
June 12, 2023
514

src/Optimizely/Event/Builder/EventBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class EventBuilder
3939
/**
4040
* @const string Version of the Optimizely PHP SDK.
4141
*/
42-
const SDK_VERSION = '4.0.0';
42+
const SDK_VERSION = '4.0.1';
4343

4444
/**
4545
* @var string URL to send event to.

tests/EventTests/EventBuilderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected function setUp() : void
6969
]],
7070
'revision' => '15',
7171
'client_name' => 'php-sdk',
72-
'client_version' => '4.0.0',
72+
'client_version' => '4.0.1',
7373
'anonymize_ip'=> false,
7474
'enrich_decisions' => true,
7575
];

0 commit comments

Comments
 (0)