From ffc41a68edbd2e7ff5075388d9755811ca1a0cdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:25:56 -0400 Subject: [PATCH] chore(main): release 0.0.7 (#14) :robot: I have created a release *beep* *boop* --- ## [0.0.7](https://github.com/open-feature/php-sdk/compare/0.0.6...0.0.7) (2022-11-01) ### Bug Fixes * extend Exception for ResolutionError and provide non-overlapping methods ([541ebc4](https://github.com/open-feature/php-sdk/commit/541ebc4f416b1aeff3b35d784513895697894e4e)) --- 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> --- .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 e58f3d1..33322f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a9b64..f4eef25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/open-feature/php-sdk/compare/0.0.6...0.0.7) (2022-11-01) + + +### Bug Fixes + +* extend Exception for ResolutionError and provide non-overlapping methods ([541ebc4](https://github.com/open-feature/php-sdk/commit/541ebc4f416b1aeff3b35d784513895697894e4e)) + ## [0.0.6](https://github.com/open-feature/php-sdk/compare/0.0.5...0.0.6) (2022-10-30)