Skip to content

Commit

Permalink
chore: prepare release 4.0.1 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Dec 4, 2023
1 parent 8fe8574 commit e9250ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Optimizely PHP SDK Changelog

## 4.0.1
December 4, 2023

* Add Dev Containers and bug bash #269
* Add GitHub Issues templates #278
* Fix: Deprecation warning #279
* Return Latest Experiment When Duplicate Keys in Config #280
* Fix: Code examples by @localheinz #281

## 4.0.0
June 12, 2023

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 @@ -39,7 +39,7 @@ class EventBuilder
/**
* @const string Version of the Optimizely PHP SDK.
*/
const SDK_VERSION = '4.0.0';
const SDK_VERSION = '4.0.1';

/**
* @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 @@ -69,7 +69,7 @@ protected function setUp() : void
]],
'revision' => '15',
'client_name' => 'php-sdk',
'client_version' => '4.0.0',
'client_version' => '4.0.1',
'anonymize_ip'=> false,
'enrich_decisions' => true,
];
Expand Down

0 comments on commit e9250ed

Please sign in to comment.