This release fixes a bug where database migrations were being run from the "live" symlink instead of the release directory. This means new database migrations were not being effective until a second deployment was completed.
The Target::artisan() method now takes a string value of the release directory now to ensure that migrations are run BEFORE the "live" task.