Skip to content

Commit

Permalink
Modify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krlove committed Nov 20, 2022
1 parent 7f47787 commit f4383da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGELOG
=========
2022-11-20, v2.0.1
-----------------
* Restore service autodiscovery (issue [#92](https://github.com/krlove/eloquent-model-generator/issues/92))
* Actually register custom sql type mappings (issue [#97](https://github.com/krlove/eloquent-model-generator/issues/97))

2022-02-19, v2.0.0
-----------------
* Minimum supported versions: PHP 8.0 and Laravel 9
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",
"version": "2.0.1",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f4383da

Please sign in to comment.