diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..af6dd8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8af3a..ef8b17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/open-feature/php-sdk/compare/2.0.2...2.0.3) (2023-10-02) + + +### Miscellaneous Chores + +* **deps:** update dependency php to v8.2.11 ([#101](https://github.com/open-feature/php-sdk/issues/101)) ([f84ecdd](https://github.com/open-feature/php-sdk/commit/f84ecdd5a3ed3620a1df40f324a2c28ff56a3c62)) + ## [2.0.2](https://github.com/open-feature/php-sdk/compare/2.0.1...2.0.2) (2023-09-21)