File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
.github/actions/build-docs Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 17
17
--ignore-tags psalm-return \
18
18
--visibility public \
19
19
--defaultpackagename "LaunchDarkly" \
20
- --title "LaunchDarkly PHP SDK 6.4 .0" # x-release-please-version
20
+ --title "LaunchDarkly PHP SDK 6.5 .0" # x-release-please-version
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 6.4 .0"
2
+ "." : " 6.5 .0"
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## [ 6.5.0] ( https://github.com/launchdarkly/php-server-sdk/compare/6.4.0...6.5.0 ) (2025-03-13)
6
+
7
+
8
+ ### Features
9
+
10
+ * Inline context for migration events ([ #215 ] ( https://github.com/launchdarkly/php-server-sdk/issues/215 ) ) ([ 99e9593] ( https://github.com/launchdarkly/php-server-sdk/commit/99e9593f48662ccca56fed046ff7603ef99dacc9 ) )
11
+
5
12
## [ 6.4.0] ( https://github.com/launchdarkly/php-server-sdk/compare/6.3.0...6.4.0 ) (2025-01-17)
6
13
7
14
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class LDClient
39
39
* The current SDK version.
40
40
* @var string
41
41
*/
42
- const VERSION = '6.4 .0 ' ; // x-release-please-version
42
+ const VERSION = '6.5 .0 ' ; // x-release-please-version
43
43
44
44
protected string $ _sdkKey ;
45
45
protected string $ _baseUri ;
You can’t perform that action at this time.
0 commit comments