File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
.github/actions/build-docs Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1717 --ignore-tags psalm-return \
1818 --visibility public \
1919 --defaultpackagename "LaunchDarkly" \
20- --title "LaunchDarkly PHP SDK 6.1 .0" # x-release-please-version
20+ --title "LaunchDarkly PHP SDK 6.2 .0" # x-release-please-version
Original file line number Diff line number Diff line change 11{
2- "." : " 6.1 .0"
2+ "." : " 6.2 .0"
33}
Original file line number Diff line number Diff line change 22
33All 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.2.0] ( https://github.com/launchdarkly/php-server-sdk/compare/6.1.0...6.2.0 ) (2024-06-11)
6+
7+
8+ ### Features
9+
10+ * Add wrapper_name and wrapper_version configuration options ([ #207 ] ( https://github.com/launchdarkly/php-server-sdk/issues/207 ) ) ([ 9deddf0] ( https://github.com/launchdarkly/php-server-sdk/commit/9deddf08ebf2a0e55f5e214375de0667ecb2955c ) )
11+
12+
13+ ### Miscellaneous Chores
14+
15+ * add .sdk_metadata.json ([ #204 ] ( https://github.com/launchdarkly/php-server-sdk/issues/204 ) ) ([ cc13724] ( https://github.com/launchdarkly/php-server-sdk/commit/cc137241688862ec5b821211c9c63b1fcb783f8d ) )
16+
517## [ 6.1.0] ( https://github.com/launchdarkly/php-server-sdk/compare/6.0.2...6.1.0 ) (2024-03-15)
618
719> [ !WARNING]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class LDClient
3636 * The current SDK version.
3737 * @var string
3838 */
39- const VERSION = '6.1 .0 ' ; // x-release-please-version
39+ const VERSION = '6.2 .0 ' ; // x-release-please-version
4040
4141 protected string $ _sdkKey ;
4242 protected string $ _baseUri ;
You can’t perform that action at this time.
0 commit comments