Skip to content

Commit d22efb2

Browse files
chore(main): release 6.6.0 (#223)
🤖 I have created a release *beep* *boop* --- ## [6.6.0](6.5.2...6.6.0) (2025-04-08) ### Features * Include instance ID header across API requests ([#221](#221)) ([4f87f4c](4f87f4c)) ### Miscellaneous Chores * Add user agent to .sdk_metadata.json ([#224](#224)) ([cffa148](cffa148)) --- 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 cffa148 commit d22efb2

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.5.2" # x-release-please-version
20+
--title "LaunchDarkly PHP SDK 6.6.0" # 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.2"
2+
".": "6.6.0"
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.0](https://github.com/launchdarkly/php-server-sdk/compare/6.5.2...6.6.0) (2025-04-08)
6+
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* 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))
16+
517
## [6.5.2](https://github.com/launchdarkly/php-server-sdk/compare/6.5.1...6.5.2) (2025-03-25)
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.5.2'; // x-release-please-version
43+
const VERSION = '6.6.0'; // x-release-please-version
4444

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

0 commit comments

Comments
 (0)