diff --git a/CHANGELOG.md b/CHANGELOG.md index d51b433..2d31b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `typescriptable-laravel` will be documented in this file. +## v3.1.05 - 2024-12-23 + +- Fix for [SchemaClass](https://github.com/kiwilan/typescriptable-laravel/blob/main/src/Typed/Utils/Schema/SchemaClass.php) for #89, thanks to @PerryRylance +- Upgrade `mongodb/laravel-mongodb` to v5.x.x + ## v3.1.03 - 2024-07-25 - Fix missing accessors with Eloquent `parser` engine @@ -53,6 +58,7 @@ Refactoring with Artisan command `show:model` + ``` **BREAKING CHANGES** @@ -68,6 +74,7 @@ Refactoring with Artisan command `show:model` + ``` ## v2.0.07 - 2024-06-14 @@ -122,6 +129,7 @@ composer require kiwilan/typescriptable-laravel:1.12.03 + ``` ## v1.12.03 - 2024-03-16