Skip to content

Commit

Permalink
chore(5.x): release 5.2.1 (#197)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[5.2.1](5.2.0...5.2.1)
(2024-01-23)


### Bug Fixes

* Remove noisy log message about missing guzzle cache middleware
([#195](#195))
([d1119dd](d1119dd))

---
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 d1119dd commit 7d43ecd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.2.0"
".": "5.2.1"
}
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).

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


### Bug Fixes

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

## [5.2.0] - 2023-10-23
### Deprecated:
- `LDUser` is now deprecated in favor of `LDContext`.
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly/LDClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class LDClient
* The current SDK version.
* @var string
*/
const VERSION = '5.2.0'; // x-release-please-version
const VERSION = '5.2.1'; // x-release-please-version

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

0 comments on commit 7d43ecd

Please sign in to comment.