Skip to content

Commit

Permalink
add v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed May 3, 2024
1 parent 2b6d629 commit 1d35cde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"model",
"binding"
],
"version": "0.10.0",
"version": "0.11.0",
"autoload": {
"psr-4": {
"Khalyomede\\EloquentUuidSlug\\": "src/"
Expand Down Expand Up @@ -54,4 +54,4 @@
"php": ">=8.2.0",
"laravel/framework": "11.*"
}
}
}

0 comments on commit 1d35cde

Please sign in to comment.