Skip to content

Commit 8fc6f4b

Browse files
chore(main): release 6.5.1 (#220)
🤖 I have created a release *beep* *boop* --- ## [6.5.1](6.5.0...6.5.1) (2025-03-17) ### Bug Fixes * php 8.4 deprecation for implicitly nullable parameters ([#219](#219)) ([1143a16](1143a16)) --- 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 1143a16 commit 8fc6f4b

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.5.0" # x-release-please-version
20+
--title "LaunchDarkly PHP SDK 6.5.1" # 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.5.0"
2+
".": "6.5.1"
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.5.1](https://github.com/launchdarkly/php-server-sdk/compare/6.5.0...6.5.1) (2025-03-17)
6+
7+
8+
### Bug Fixes
9+
10+
* php 8.4 deprecation for implicitly nullable parameters ([#219](https://github.com/launchdarkly/php-server-sdk/issues/219)) ([1143a16](https://github.com/launchdarkly/php-server-sdk/commit/1143a16bbc537c7cc076e8e7022be1cb81b4087c))
11+
512
## [6.5.0](https://github.com/launchdarkly/php-server-sdk/compare/6.4.0...6.5.0) (2025-03-13)
613

714

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class LDClient
3939
* The current SDK version.
4040
* @var string
4141
*/
42-
const VERSION = '6.5.0'; // x-release-please-version
42+
const VERSION = '6.5.1'; // x-release-please-version
4343

4444
protected string $_sdkKey;
4545
protected string $_baseUri;

0 commit comments

Comments
 (0)