Skip to content

Commit 4f84386

Browse files
chore(main): release 0.1.1
1 parent 92ead0e commit 4f84386

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.1.1" # 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.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
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.1.1](https://github.com/launchdarkly/openfeature-php-server/compare/0.1.0...0.1.1) (2024-01-29)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* Update CODEOWNERS ([#9](https://github.com/launchdarkly/openfeature-php-server/issues/9)) ([ad3a465](https://github.com/launchdarkly/openfeature-php-server/commit/ad3a465be23cb68c0541ea7b8156bdc570013540))
12+
613
## [0.1.0] - 2023-04-21
714
Initial beta release of the LaunchDarkly OpenFeature provider for the Server-Side SDK for PHP.

0 commit comments

Comments
 (0)