Skip to content

Commit

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


##
[6.2.0](6.1.0...6.2.0)
(2024-06-11)


### Features

* Add wrapper_name and wrapper_version configuration options
([#207](#207))
([9deddf0](9deddf0))


### Miscellaneous Chores

* add .sdk_metadata.json
([#204](#204))
([cc13724](cc13724))

---
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 Jun 11, 2024
1 parent 9deddf0 commit 0995278
Show file tree
Hide file tree
Showing 4 changed files with 15 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.1.0" # x-release-please-version
--title "LaunchDarkly PHP SDK 6.2.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.1.0"
".": "6.2.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.2.0](https://github.com/launchdarkly/php-server-sdk/compare/6.1.0...6.2.0) (2024-06-11)


### Features

* Add wrapper_name and wrapper_version configuration options ([#207](https://github.com/launchdarkly/php-server-sdk/issues/207)) ([9deddf0](https://github.com/launchdarkly/php-server-sdk/commit/9deddf08ebf2a0e55f5e214375de0667ecb2955c))


### Miscellaneous Chores

* add .sdk_metadata.json ([#204](https://github.com/launchdarkly/php-server-sdk/issues/204)) ([cc13724](https://github.com/launchdarkly/php-server-sdk/commit/cc137241688862ec5b821211c9c63b1fcb783f8d))

## [6.1.0](https://github.com/launchdarkly/php-server-sdk/compare/6.0.2...6.1.0) (2024-03-15)

> [!WARNING]
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.1.0'; // x-release-please-version
const VERSION = '6.2.0'; // x-release-please-version

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

0 comments on commit 0995278

Please sign in to comment.