Skip to content

Commit dd318af

Browse files
chore(main): release 6.3.0 (#211)
🤖 I have created a release *beep* *boop* --- ## [6.3.0](6.2.0...6.3.0) (2024-10-22) ### Features * Add support for client-side prerequisite events ([#210](#210)) ([a940b34](a940b34)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a940b34 commit dd318af

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: .github/actions/build-docs/action.yml

+1-1
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.2.0" # x-release-please-version
20+
--title "LaunchDarkly PHP SDK 6.3.0" # x-release-please-version

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.0"
2+
".": "6.3.0"
33
}

Diff for: CHANGELOG.md

+7
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.3.0](https://github.com/launchdarkly/php-server-sdk/compare/6.2.0...6.3.0) (2024-10-22)
6+
7+
8+
### Features
9+
10+
* Add support for client-side prerequisite events ([#210](https://github.com/launchdarkly/php-server-sdk/issues/210)) ([a940b34](https://github.com/launchdarkly/php-server-sdk/commit/a940b342352c88ad899ef867b2e3093eb6374666))
11+
512
## [6.2.0](https://github.com/launchdarkly/php-server-sdk/compare/6.1.0...6.2.0) (2024-06-11)
613

714

Diff for: src/LaunchDarkly/LDClient.php

+1-1
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.2.0'; // x-release-please-version
39+
const VERSION = '6.3.0'; // x-release-please-version
4040

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

0 commit comments

Comments
 (0)