Skip to content

Commit 263d02e

Browse files
chore(main): release 6.0.1 (#189)
🤖 I have created a release *beep* *boop* --- ## [6.0.1](6.0.0...6.0.1) (2023-12-01) ### Bug Fixes * **build:** Leverage .gitattributes to reduce package size ([#186](#186)) ([b8cb035](b8cb035)) ### Miscellaneous Chores * Fix package version in release please manifest ([#190](#190)) ([cbdb529](cbdb529)) --- 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 cbdb529 commit 263d02e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.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.0.0"
2+
".": "6.0.1"
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.0.1](https://github.com/launchdarkly/php-server-sdk/compare/6.0.0...6.0.1) (2023-12-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **build:** Leverage .gitattributes to reduce package size ([#186](https://github.com/launchdarkly/php-server-sdk/issues/186)) ([b8cb035](https://github.com/launchdarkly/php-server-sdk/commit/b8cb03582b63cead74e45b50fa498380fb79cdd3))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* Fix package version in release please manifest ([#190](https://github.com/launchdarkly/php-server-sdk/issues/190)) ([cbdb529](https://github.com/launchdarkly/php-server-sdk/commit/cbdb5296569da112ec4d192c1d4805e7caf06c09))
16+
517
## [6.0.0] - 2023-10-23
618
The latest version of this SDK supports the ability to manage migrations or modernizations, using migration flags. You might use this functionality if you are optimizing queries, upgrading to new tech stacks, migrating from one database to another, or other similar technology changes. Migration flags are part of LaunchDarkly's Early Access Program. This feature is available to all LaunchDarkly customers but may undergo additional changes before it is finalized.
719

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
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.0.0'; // x-release-please-version
39+
const VERSION = '6.0.1'; // x-release-please-version
4040

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

0 commit comments

Comments
 (0)