diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..c7159c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0db44ca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.0.2](https://github.com/open-feature/php-sdk/compare/v0.0.1...v0.0.2) (2022-10-21) + + +### Features + +* support for ErrorCode enum, Reason strings with pre-existing consts, v0.5 spec ([37f13e1](https://github.com/open-feature/php-sdk/commit/37f13e1d4c951473243cfe9d73f43cc3cd188fae)) +* support ResolutionError, init test-harness ([784d706](https://github.com/open-feature/php-sdk/commit/784d706145accaa4f45369fed43561ceec00df92))