diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ed3b71..944189a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fcd3f..c082f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.5](https://github.com/open-feature/php-sdk/compare/0.0.4...0.0.5) (2022-10-21) + + +### Miscellaneous Chores + +* remove redundant exclusion ([#10](https://github.com/open-feature/php-sdk/issues/10)) ([ba4b5f1](https://github.com/open-feature/php-sdk/commit/ba4b5f15eb8984af57eb08e7bb9c903671366789)) + ## [0.0.4](https://github.com/open-feature/php-sdk/compare/0.0.3...0.0.4) (2022-10-21)