Skip to content

Commit 19d8643

Browse files
chore(main): release 2.0.6 (#124)
🤖 I have created a release *beep* *boop* --- ## [2.0.6](2.0.5...2.0.6) (2024-05-07) ### 🐛 Bug Fixes * Improve error handling in OpenFeatureClient ([#121](#121)) ([58e97d2](58e97d2)) * Use late static binding in AbstractProvider ([#123](#123)) ([2123274](2123274)) ### 🧹 Chore * **deps:** update dependency psalm/plugin-phpunit to ^0.19.0 ([#119](#119)) ([09f9d47](09f9d47)) --- 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>
1 parent 09f9d47 commit 19d8643

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.5"
2+
".": "2.0.6"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.6](https://github.com/open-feature/php-sdk/compare/2.0.5...2.0.6) (2024-05-07)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Improve error handling in OpenFeatureClient ([#121](https://github.com/open-feature/php-sdk/issues/121)) ([58e97d2](https://github.com/open-feature/php-sdk/commit/58e97d2aade08efb924beefcabde9268ffaeeb2f))
9+
* Use late static binding in AbstractProvider ([#123](https://github.com/open-feature/php-sdk/issues/123)) ([2123274](https://github.com/open-feature/php-sdk/commit/2123274111df939c63543dd8328057eccc904851))
10+
11+
12+
### 🧹 Chore
13+
14+
* **deps:** update dependency psalm/plugin-phpunit to ^0.19.0 ([#119](https://github.com/open-feature/php-sdk/issues/119)) ([09f9d47](https://github.com/open-feature/php-sdk/commit/09f9d47a95d59c22fd558747fe6bf4b674eb1d36))
15+
316
## [2.0.5](https://github.com/open-feature/php-sdk/compare/2.0.4...2.0.5) (2024-03-15)
417

518

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</a>
1919
<!-- x-release-please-start-version -->
2020

21-
<a href="https://github.com/open-feature/php-sdk/releases/tag/2.0.5">
22-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v2.0.5&color=blue&style=for-the-badge" />
21+
<a href="https://github.com/open-feature/php-sdk/releases/tag/2.0.6">
22+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v2.0.6&color=blue&style=for-the-badge" />
2323
</a>
2424

2525
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)