diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28e831b..2ed3b71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f78b5..c9fcd3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/open-feature/php-sdk/compare/0.0.3...0.0.4) (2022-10-21) + + +### Bug Fixes + +* exclude v in tag ([#8](https://github.com/open-feature/php-sdk/issues/8)) ([1ecabdb](https://github.com/open-feature/php-sdk/commit/1ecabdbf216139a65ed7be81561f32b078749489)) + ## [0.0.3](https://github.com/open-feature/php-sdk/compare/v0.0.2...0.0.3) (2022-10-21)