-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f49244
commit d18b1ed
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# Changelog | ||
|
||
All notable changes to `laravel-wafris` will be documented in this file. | ||
|
||
## Update with fixes - 2024-03-06 | ||
|
||
### What's Changed | ||
|
||
* Update instructions for registering middleware by @jmadlena in https://github.com/Wafris/laravel-wafris/pull/3 | ||
* build(deps): bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/Wafris/laravel-wafris/pull/4 | ||
* fix: Don't instantiate Redis connection if Wafris is disabled by @MiniCodeMonkey in https://github.com/Wafris/laravel-wafris/pull/6 | ||
* fix: Allow Core to be null by @MiniCodeMonkey in https://github.com/Wafris/laravel-wafris/pull/7 | ||
|
||
### New Contributors | ||
|
||
* @jmadlena made their first contribution in https://github.com/Wafris/laravel-wafris/pull/3 | ||
|
||
**Full Changelog**: https://github.com/Wafris/laravel-wafris/compare/v0.0.2...v0.0.3 |