Skip to content

Commit

Permalink
Update CHANGELOG for v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onlime committed Mar 14, 2024
1 parent 78ad0cd commit 4d88fff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# CHANGELOG

## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.0...main)
## [v1.2.x (Unreleased)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.1...main)

- ...

## [v1.2.1 (2024-03-14)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.0...v1.2.1)

- Fix | It now runs the whole test suite with a single `vendor/bin/pest` command. by @pascalbaljet in #3
- Moved `FormatterTest` and `SqlLoggerTest` to the Feature directory as they're interacting with the app container.
- Single `Request` mock in `FormatterTest`.

## [v1.2.0 (2024-03-11)](https://github.com/onlime/laravel-sql-reporter/compare/v1.1.0...v1.2.0)

- Feature | Dispatch `QueryLogWritten` event after writing queries to the log, so that the whole query log can be accessed for further processing, e.g. generating reports/notifications.
Expand Down

0 comments on commit 4d88fff

Please sign in to comment.