Releases: mydnic/changelog-commit-for-laravel
Releases · mydnic/changelog-commit-for-laravel
v1.0.0
What's Changed
- Added support for different branches by @MarkCorazon in #1
Breaking change
If you're upgrading from v0.1 you should create a migration and add a branch
column on the changelog table
Schema::table('changelog', function (Blueprint $table) {
$table->string('branch');
});
New Contributors
- @MarkCorazon made their first contribution in #1
Full Changelog: v0.1.0...v1.0.0
v0.1.0
Full Changelog: v0.0.2...v0.1.0
v0.0.2
Full Changelog: v0.0.1...v0.0.2