diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c925ca..77927c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,15 +16,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Requirements + - php: `>= 8.0` - laravel/framework: `>= 9.0` - laravel/nova: `^4.0` -### Removed + ### Removed - Resources per page selector: `withPerPage`. - There might be a way to re-integrate this feature, but as of now, I've hidden this feature. +**Due to our organization changing it's name, we are changing the namespace starting this release.** + +- composer.json: + - `"optimist-digital/nova-detached-filters"` =>`"outl1ne/nova-detached-filters"` +- imports: + - `OptimistDigital\NovaDetachedFilters` => `Outl1ne\NovaDetachedFilters` + ## [1.1.0] - 2021-05-06 ### Changed