Skip to content

Commit 9ad8288

Browse files
chore(main): release 6.0.3
1 parent 2c05c8d commit 9ad8288

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ runs:
1717
--ignore-tags psalm-return \
1818
--visibility public \
1919
--defaultpackagename "LaunchDarkly" \
20-
--title "LaunchDarkly PHP SDK 6.0.2" # x-release-please-version
20+
--title "LaunchDarkly PHP SDK 6.0.3" # x-release-please-version

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.2"
2+
".": "6.0.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [6.0.3](https://github.com/launchdarkly/php-server-sdk/compare/6.0.2...6.0.3) (2024-03-15)
6+
7+
8+
### Bug Fixes
9+
10+
* Replace deprecated utf8_encode usage ([#201](https://github.com/launchdarkly/php-server-sdk/issues/201)) ([2c05c8d](https://github.com/launchdarkly/php-server-sdk/commit/2c05c8d909d57e2855cde9dde2588b4ee53ca828)), closes [#199](https://github.com/launchdarkly/php-server-sdk/issues/199)
11+
512
## [6.0.2](https://github.com/launchdarkly/php-server-sdk/compare/6.0.1...6.0.2) (2024-01-23)
613

714

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class LDClient
3636
* The current SDK version.
3737
* @var string
3838
*/
39-
const VERSION = '6.0.2'; // x-release-please-version
39+
const VERSION = '6.0.3'; // x-release-please-version
4040

4141
protected string $_sdkKey;
4242
protected string $_baseUri;

0 commit comments

Comments
 (0)