From b34f71a21923efccdb2053757614059e98f4d8ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 19:48:14 +0000 Subject: [PATCH] chore(main): release 0.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)