Skip to content

Commit

Permalink
Update composer.json and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krlove committed Nov 25, 2023
1 parent 5f4bfd5 commit 7d0036f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
CHANGELOG
=========
2023-11-25, v2.0.2
-----------------
* Add Laravel 10 support
* Remove deprecations
* Adjust tests

2022-11-20, v2.0.1
-----------------
* Restore service autodiscovery (issue [#92](https://github.com/krlove/eloquent-model-generator/issues/92))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "krlove/eloquent-model-generator",
"description": "Eloquent Model Generator",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7d0036f

Please sign in to comment.