Skip to content

Commit

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


##
[6.3.0](6.2.0...6.3.0)
(2024-10-22)


### Features

* Add support for client-side prerequisite events
([#210](#210))
([a940b34](a940b34))

---
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 Oct 22, 2024
1 parent a940b34 commit dd318af
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.2.0" # x-release-please-version
--title "LaunchDarkly PHP SDK 6.3.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.2.0"
".": "6.3.0"
}
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.3.0](https://github.com/launchdarkly/php-server-sdk/compare/6.2.0...6.3.0) (2024-10-22)


### Features

* Add support for client-side prerequisite events ([#210](https://github.com/launchdarkly/php-server-sdk/issues/210)) ([a940b34](https://github.com/launchdarkly/php-server-sdk/commit/a940b342352c88ad899ef867b2e3093eb6374666))

## [6.2.0](https://github.com/launchdarkly/php-server-sdk/compare/6.1.0...6.2.0) (2024-06-11)


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.2.0'; // x-release-please-version
const VERSION = '6.3.0'; // x-release-please-version

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

0 comments on commit dd318af

Please sign in to comment.