You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
All notable changes to `laravel-github-monolog` will be documented in this file.
4
4
5
+
## v3.0.0 - 2025-02-28
6
+
7
+
### What's Changed
8
+
9
+
* remove custom store implementation in favor of laravel's cache
10
+
* add customizable stubs
11
+
* Added Laravel 12 support by @andrey-helldar in https://github.com/Naoray/laravel-github-monolog/pull/7
12
+
13
+
s. [UPGRADE.md](https://github.com/Naoray/laravel-github-monolog/blob/main/UPGRADE.md) for an upgrade guide as this release includes a few breaking changes.
14
+
15
+
### New Contributors
16
+
17
+
*@andrey-helldar made their first contribution in https://github.com/Naoray/laravel-github-monolog/pull/7
0 commit comments