Skip to content

Commit ce2264f

Browse files
committed
chore(release): 5.1.9
1 parent 42b04a0 commit ce2264f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="5.1.9"></a>
12+
## [5.1.9] - 2025-03-24
13+
### Bug Fixes
14+
- **TestCommand:** Add warning for non-sync queue connection
15+
- **command:** Correct queue connection configuration
16+
17+
### Code Refactoring
18+
- **channels:** Simplify sync queue connection check
19+
- **commands:** Rename queue option to job connection
20+
- **utils:** Move sync job connection logic to Utils class
21+
22+
### Docs
23+
- **readme:** Update exception notify test commands
24+
- **readme:** Update exception notify test commands
25+
26+
1127
<a name="5.1.8"></a>
1228
## [5.1.8] - 2025-03-23
1329
### Code Refactoring
@@ -1287,7 +1303,8 @@ All notable changes to this project will be documented in this file.
12871303
- Merge pull request [#1](https://github.com/guanguans/laravel-exception-notify/issues/1) from guanguans/imgbot
12881304

12891305

1290-
[Unreleased]: https://github.com/guanguans/laravel-exception-notify/compare/5.1.8...HEAD
1306+
[Unreleased]: https://github.com/guanguans/laravel-exception-notify/compare/5.1.9...HEAD
1307+
[5.1.9]: https://github.com/guanguans/laravel-exception-notify/compare/5.1.8...5.1.9
12911308
[5.1.8]: https://github.com/guanguans/laravel-exception-notify/compare/5.1.7...5.1.8
12921309
[5.1.7]: https://github.com/guanguans/laravel-exception-notify/compare/5.1.6...5.1.7
12931310
[5.1.6]: https://github.com/guanguans/laravel-exception-notify/compare/5.1.5...5.1.6

0 commit comments

Comments
 (0)