-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!--- BEGIN HEADER --> | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
<!--- END HEADER --> | ||
|
||
## [2.0.0](https://github.com/jaymeh/laravel-publishable/compare/1.2.3...2.0.0) (2022-09-08) | ||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Force breaking change commit for Laravel 9 support. ([3fb000](https://github.com/jaymeh/laravel-publishable/commit/3fb0009b90df63b4249b047f0676d90f711d86ca)) | ||
|
||
### Features | ||
|
||
* Install changelog tools. ([2d88d9](https://github.com/jaymeh/laravel-publishable/commit/2d88d91d946ab1631e3209d4fc4871df7fe07914)) | ||
* Make published_at field fillable by default. ([40c982](https://github.com/jaymeh/laravel-publishable/commit/40c98234c2f612cfe8402d54218a8736277e9d61)) | ||
* Remove the fillable functionality of the package. ([c0e77d](https://github.com/jaymeh/laravel-publishable/commit/c0e77d006c978f66c366726576b41b79bcbdfbf4)) | ||
|
||
### Bug Fixes | ||
|
||
* Add conventional changelog library as dev dependency. ([e9fd01](https://github.com/jaymeh/laravel-publishable/commit/e9fd018dcbf4577326daba14a02b949114d259ef)) | ||
* Fixes an issue with incorrectly named CI job. ([0400dc](https://github.com/jaymeh/laravel-publishable/commit/0400dc0b4b6df55fdd0236cd9127aeb4255ec4cb)) | ||
* Remove orchestra/database dependency from package providers. ([ef5215](https://github.com/jaymeh/laravel-publishable/commit/ef5215cac0ec68b9b35061bc774bab4bd4345c3c)) | ||
* Remove orchestral/database from dependencies. ([262da5](https://github.com/jaymeh/laravel-publishable/commit/262da5d56915b124dfebd8a562978047ae53e89b)) | ||
* Upgrade PHPUnit Schema to latest version. ([5faa38](https://github.com/jaymeh/laravel-publishable/commit/5faa381c3a65f07dad4eba7e011eca9dbd873fb4)) | ||
|
||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters