Skip to content

Commit

Permalink
Preparing for 3.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Nov 19, 2020
1 parent 878fc64 commit 5b535d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Optimizely PHP SDK Changelog

## 3.6.1
November 19th, 2020

### Bug Fixes
- Add "enabled" field to decision metadata structure. [#217](https://github.com/optimizely/php-sdk/pull/217)

## 3.6.0
November 2nd, 2020

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 @@ -38,7 +38,7 @@ class EventBuilder
/**
* @const string Version of the Optimizely PHP SDK.
*/
const SDK_VERSION = '3.6.0';
const SDK_VERSION = '3.6.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 @@ -68,7 +68,7 @@ public function setUp()
]],
'revision' => '15',
'client_name' => 'php-sdk',
'client_version' => '3.6.0',
'client_version' => '3.6.1',
'anonymize_ip'=> false,
'enrich_decisions' => true,
];
Expand Down

0 comments on commit 5b535d7

Please sign in to comment.