diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b92c4..4210698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2024-05-03 + ### Added - Support for Laravel 11 ([#30](https://github.com/khalyomede/laravel-eloquent-uuid-slug/issues/39)). diff --git a/composer.json b/composer.json index a75960f..6f22abe 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "model", "binding" ], - "version": "0.10.0", + "version": "0.11.0", "autoload": { "psr-4": { "Khalyomede\\EloquentUuidSlug\\": "src/" @@ -54,4 +54,4 @@ "php": ">=8.2.0", "laravel/framework": "11.*" } -} +} \ No newline at end of file