Skip to content

Commit

Permalink
chore(main): release 2.0.6 (#124)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored May 7, 2024
1 parent 09f9d47 commit 19d8643
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.5"
".": "2.0.6"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.0.6](https://github.com/open-feature/php-sdk/compare/2.0.5...2.0.6) (2024-05-07)


### 🐛 Bug Fixes

* 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))
* 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))


### 🧹 Chore

* **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))

## [2.0.5](https://github.com/open-feature/php-sdk/compare/2.0.4...2.0.5) (2024-03-15)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</a>
<!-- x-release-please-start-version -->

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

<!-- x-release-please-end -->
Expand Down

0 comments on commit 19d8643

Please sign in to comment.