diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3086d..5ff1852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/openCoreEMR/github-workflows-public/compare/0.0.3...0.0.4) (2026-05-12) + + +### Bug Fixes + +* **php-tests:** make coverage opt-in; install pcov by default ([#8](https://github.com/openCoreEMR/github-workflows-public/issues/8)) ([1c845d1](https://github.com/openCoreEMR/github-workflows-public/commit/1c845d1328d41d8f1de513f028f26be84198d232)) + ## [0.0.3](https://github.com/openCoreEMR/github-workflows-public/compare/0.0.2...0.0.3) (2026-05-12)