Skip to content

Commit 392a972

Browse files
chore(main): release 0.2.0
1 parent 924a9c1 commit 392a972

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ runs:
1717
--ignore-tags psalm-return \
1818
--visibility public \
1919
--defaultpackagename "LaunchDarkly\\OpenFeature" \
20-
--title "LaunchDarkly\\OpenFeature 0.1.0" # x-release-please-version
20+
--title "LaunchDarkly\\OpenFeature 0.2.0" # x-release-please-version

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,17 @@
33
All notable changes to the LaunchDarkly OpenFeature provider for the Server-Side SDK for PHP will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

55

6+
## [0.2.0](https://github.com/launchdarkly/openfeature-php-server/compare/0.1.0...0.2.0) (2024-06-10)
7+
8+
9+
### Features
10+
11+
* Provider constructor takes LDClient options instead of created client ([#14](https://github.com/launchdarkly/openfeature-php-server/issues/14)) ([924a9c1](https://github.com/launchdarkly/openfeature-php-server/commit/924a9c1b43c6b477201e077452b00e438e439947))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* Update CODEOWNERS ([#9](https://github.com/launchdarkly/openfeature-php-server/issues/9)) ([ad3a465](https://github.com/launchdarkly/openfeature-php-server/commit/ad3a465be23cb68c0541ea7b8156bdc570013540))
17+
618
## [0.1.0] - 2023-04-21
719
Initial beta release of the LaunchDarkly OpenFeature provider for the Server-Side SDK for PHP.

0 commit comments

Comments
 (0)