Skip to content

Commit 4d88fff

Browse files
committed
Update CHANGELOG for v1.2.1
1 parent 78ad0cd commit 4d88fff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# CHANGELOG
22

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

55
- ...
66

7+
## [v1.2.1 (2024-03-14)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.0...v1.2.1)
8+
9+
- Fix | It now runs the whole test suite with a single `vendor/bin/pest` command. by @pascalbaljet in #3
10+
- Moved `FormatterTest` and `SqlLoggerTest` to the Feature directory as they're interacting with the app container.
11+
- Single `Request` mock in `FormatterTest`.
12+
713
## [v1.2.0 (2024-03-11)](https://github.com/onlime/laravel-sql-reporter/compare/v1.1.0...v1.2.0)
814

915
- 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.

0 commit comments

Comments
 (0)