Skip to content

Commit

Permalink
Add changelog recor
Browse files Browse the repository at this point in the history
  • Loading branch information
krlove committed Feb 19, 2022
1 parent 6bf5e30 commit f55921a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
CHANGELOG
=========
2022-02-19, v2.0.0
-----------------
* Minimum supported versions: PHP 8.0 and Laravel 9
* Add command to generate models for all tables in the database
* `backup` option replaced with `no-backup`
* Add unit and integration tests
* Simplified and reorganised codebase
* Include `enum` type cast by default

2022-02-10, v1.3.8
-----------------
* Add Laravel 9 support
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
},
"require": {
"php": "^8.0",
"illuminate/database": "^9.0",
"illuminate/support": "^9.0",
"illuminate/config": "^9.0",
Expand Down

0 comments on commit f55921a

Please sign in to comment.