Skip to content

Commit 952f335

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.2.3
1 parent ca95bb3 commit 952f335

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [4.2.3] - 2022-09-07
6+
### Changed:
7+
- Expanded upper version restriction on [Monolog](https://github.com/Seldaek/monolog).
8+
59
## [4.2.2] - 2022-08-01
610
### Fixed:
711
- The TestData class was incorrectly generating an error when updating a changed flag. (Thanks, [aretenz](https://github.com/launchdarkly/php-server-sdk/pull/161)!)

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class LDClient
2626
* The current SDK version.
2727
* @var string
2828
*/
29-
const VERSION = '4.2.2';
29+
const VERSION = '4.2.3';
3030

3131
/** @var string */
3232
protected $_sdkKey;

0 commit comments

Comments
 (0)