Skip to content

Releases: mydnic/changelog-commit-for-laravel

v1.0.0

06 Jan 10:32
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.1.0...v1.0.0

v0.1.0

18 Sep 10:47
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Full Changelog: v0.0.2...v0.1.0

v0.0.2

18 Sep 09:44
12fae6a
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Full Changelog: v0.0.1...v0.0.2

v0.0.1

01 Sep 12:45
Compare
Choose a tag to compare