Skip to content

Commit

Permalink
Releasing version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jan 31, 2023
1 parent 1b04637 commit 7c5fb3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [4.3.0] - 2023-01-31
### Added:
- Introduced support for an `application_info` config property which sets application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.

## [4.2.4] - 2022-10-07
### Changed:
- CI builds now include a cross-platform test suite implemented in https://github.com/launchdarkly/sdk-test-harness. This is in addition to unit test coverage, and ensures consistent behavior across SDKs.
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/LDClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class LDClient
* The current SDK version.
* @var string
*/
const VERSION = '4.2.4';
const VERSION = '4.3.0';

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

0 comments on commit 7c5fb3e

Please sign in to comment.