diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcc2e8..b676167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ + +## 0.4.0 (2024-10-27) + +#### :rocket: New Feature +* [#61](https://github.com/WasiqB/ultra-reporter-app/pull/61) feat: :sparkles: updated landing page ([@WasiqB](https://github.com/WasiqB)) +* [#60](https://github.com/WasiqB/ultra-reporter-app/pull/60) feat: :sparkles: added config method filter toggle ([@WasiqB](https://github.com/WasiqB)) +* [#57](https://github.com/WasiqB/ultra-reporter-app/pull/57) feat: :sparkles: added test execution trend chart ([@WasiqB](https://github.com/WasiqB)) + +#### :bug: Bug Fix +* [#62](https://github.com/WasiqB/ultra-reporter-app/pull/62) fix: :bug: added support for multiple attachments for single test ([@WasiqB](https://github.com/WasiqB)) + +#### Committers: 1 +- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) + ## 0.3.0 (2024-10-15) #### :rocket: New Feature diff --git a/package.json b/package.json index 6164fa1..f4efbcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultra-reporter-app", - "version": "0.3.0", + "version": "0.4.0", "private": true, "scripts": { "dev": "next dev",