diff --git a/CHANGELOG.md b/CHANGELOG.md index e84ccf21..319fe62d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `laravel-permission` will be documented in this file +## 6.7.0 - 2024-04-19 + +### What's Changed + +- Fixed remaining Octane event contract. Update to #2656 in release `6.5.0` + +**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.6.0...6.7.0 + ## 6.6.0 - 2024-04-19 ### What's Changed @@ -808,6 +816,7 @@ The following changes are not "breaking", but worth making the updates to your a + ``` 1. Also this is a good time to point out that now with v2.25.0 and v2.26.0 most permission-cache-reset scenarios may no longer be needed in your app, so it's worth reviewing those cases, as you may gain some app speed improvement by removing unnecessary cache resets. @@ -874,6 +883,7 @@ The following changes are not "breaking", but worth making the updates to your a + ``` ## 2.19.1 - 2018-09-14