Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ runs:
--ignore-tags psalm-return \
--visibility public \
--defaultpackagename "LaunchDarkly" \
--title "LaunchDarkly PHP SDK 6.5.2" # x-release-please-version
--title "LaunchDarkly PHP SDK 6.6.0" # x-release-please-version
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.5.2"
".": "6.6.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [6.6.0](https://github.com/launchdarkly/php-server-sdk/compare/6.5.2...6.6.0) (2025-04-08)


### Features

* Include instance ID header across API requests ([#221](https://github.com/launchdarkly/php-server-sdk/issues/221)) ([4f87f4c](https://github.com/launchdarkly/php-server-sdk/commit/4f87f4cd37bdf93b61f8c9270d3d5821decf8b1b))


### Miscellaneous Chores

* Add user agent to .sdk_metadata.json ([#224](https://github.com/launchdarkly/php-server-sdk/issues/224)) ([cffa148](https://github.com/launchdarkly/php-server-sdk/commit/cffa148695755d45f2dd2b1fa1dd577133f22d8e))

## [6.5.2](https://github.com/launchdarkly/php-server-sdk/compare/6.5.1...6.5.2) (2025-03-25)


Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/LDClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LDClient
* The current SDK version.
* @var string
*/
const VERSION = '6.5.2'; // x-release-please-version
const VERSION = '6.6.0'; // x-release-please-version

protected string $_sdkKey;
protected string $_baseUri;
Expand Down