Skip to content

Commit

Permalink
add v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed Nov 27, 2023
1 parent 3dbefde commit 1e3b8ff
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.10.0] - 2023-11-27

### Added

- Added support for PHP 8.3 ([#37](https://github.com/khalyomede/laravel-eloquent-uuid-slug/issues/37)).
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.9.0",
"version": "0.10.0",
"autoload": {
"psr-4": {
"Khalyomede\\EloquentUuidSlug\\": "src/"
Expand Down Expand Up @@ -55,4 +55,4 @@
"laravel/framework": "10.*",
"php": ">=8.2.0"
}
}
}

0 comments on commit 1e3b8ff

Please sign in to comment.