Skip to content

Commit

Permalink
chore(main): release 6.0.2 (#198)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[6.0.2](6.0.1...6.0.2)
(2024-01-23)


### Bug Fixes

* Remove noisy log message about missing guzzle cache middleware
([#196](#196))
([e850026](e850026))

---
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>
  • Loading branch information
github-actions[bot] authored Jan 23, 2024
1 parent e850026 commit 2a35991
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
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.0.1" # x-release-please-version
--title "LaunchDarkly PHP SDK 6.0.2" # 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.0.1"
".": "6.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [6.0.2](https://github.com/launchdarkly/php-server-sdk/compare/6.0.1...6.0.2) (2024-01-23)


### Bug Fixes

* Remove noisy log message about missing guzzle cache middleware ([#196](https://github.com/launchdarkly/php-server-sdk/issues/196)) ([e850026](https://github.com/launchdarkly/php-server-sdk/commit/e85002653dadc95e36fd828301bdb8ffa31532e3))

## [6.0.1](https://github.com/launchdarkly/php-server-sdk/compare/6.0.0...6.0.1) (2023-12-01)


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

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

0 comments on commit 2a35991

Please sign in to comment.