Skip to content

Commit ccb00e0

Browse files
chore(main): release 6.6.2 (#229)
🤖 I have created a release *beep* *boop* --- ## [6.6.2](6.6.1...6.6.2) (2025-11-20) ### Bug Fixes * Improve escaping for curl event publisher ([#230](#230)) ([bff2a4a](bff2a4a)) ### Miscellaneous Chores * Add latest versions of PHP to CI ([#227](#227)) ([9836192](9836192)) --- 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 bff2a4a commit ccb00e0

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.6.1" # x-release-please-version
20+
--title "LaunchDarkly PHP SDK 6.6.2" # 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.6.1"
2+
".": "6.6.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.6.2](https://github.com/launchdarkly/php-server-sdk/compare/6.6.1...6.6.2) (2025-11-20)
6+
7+
8+
### Bug Fixes
9+
10+
* Improve escaping for curl event publisher ([#230](https://github.com/launchdarkly/php-server-sdk/issues/230)) ([bff2a4a](https://github.com/launchdarkly/php-server-sdk/commit/bff2a4af6bc475cee23b850f9234ebe5e35cc861))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* Add latest versions of PHP to CI ([#227](https://github.com/launchdarkly/php-server-sdk/issues/227)) ([9836192](https://github.com/launchdarkly/php-server-sdk/commit/9836192cedae0e392823de60de00076adee89a50))
16+
517
## [6.6.1](https://github.com/launchdarkly/php-server-sdk/compare/6.6.0...6.6.1) (2025-10-20)
618

719

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class LDClient
4040
* The current SDK version.
4141
* @var string
4242
*/
43-
const VERSION = '6.6.1'; // x-release-please-version
43+
const VERSION = '6.6.2'; // x-release-please-version
4444

4545
protected string $_sdkKey;
4646
protected string $_baseUri;

0 commit comments

Comments
 (0)