Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wimski committed Mar 15, 2024
1 parent 6af6df5 commit 64ca1fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This changelog is initialized in release 1.0.0

## [Unreleased]

## [v3.1.0] - 2024-03-15

* Laravel 11 support

## [v3.0.0] - 2023-03-30

### Changed
Expand Down Expand Up @@ -72,7 +76,8 @@ This changelog is initialized in release 1.0.0
* Columns argument to ModelRepositoryInterface::all to be compatible with the underlying Eloquent model
* FQN options for contract and repository to ModelRepositoryMakeCommand

[Unreleased]: https://github.com/wimski/laravel-model-repositories/compare/v3.0.0...master
[Unreleased]: https://github.com/wimski/laravel-model-repositories/compare/v3.1.0...master
[v3.1.0]: https://github.com/wimski/laravel-model-repositories/compare/v3.0.0...v3.1.0
[v3.0.0]: https://github.com/wimski/laravel-model-repositories/compare/v2.8.0...v3.0.0
[v2.8.0]: https://github.com/wimski/laravel-model-repositories/compare/v2.7.0...v2.8.0
[v2.7.0]: https://github.com/wimski/laravel-model-repositories/compare/v2.6.0...v2.7.0
Expand Down

0 comments on commit 64ca1fb

Please sign in to comment.