Skip to content

Commit

Permalink
Releasing version 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Apr 24, 2020
1 parent 6e66f49 commit 34462d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [3.7.2] - 2020-04-24
### Fixed:
- The SDK could try to send analytics events even if `send_events` had been set to false. This bug was introduced in the 3.6.0 release.
- A `use` statement with the wrong namespace was causing Composer to print a deprecation warning. (Thanks, [bfenton-smugmug](https://github.com/launchdarkly/php-server-sdk/pull/134)!)


## [3.7.1] - 2020-01-03
### Fixed:
- Loosened the Monolog dependency constraint so that it will accept either a 1.x or a 2.x version. This should be compatible with all currently supported PHP versions; the SDK's use of Monolog does not rely on any features that are specific to 1.x. (Thanks, [mrtus](https://github.com/launchdarkly/php-server-sdk/pull/132)!)
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/LDClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LDClient
* The current SDK version.
* @var string
*/
const VERSION = '3.7.1';
const VERSION = '3.7.2';

/** @var string */
protected $_sdkKey;
Expand Down

0 comments on commit 34462d5

Please sign in to comment.