diff --git a/CHANGELOG.md b/CHANGELOG.md index f81fd65..290d1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0](https://github.com/superhelio/commands/tree/2.0.0) (2017-08-27) +- New command: `superhelio:gozer` with tests + ## [1.0.0](https://github.com/superhelio/commands/tree/1.0.0) (2017-02-08) - Fixed Scrutinizer reported issue - Renamed LICENSE diff --git a/README.md b/README.md index de752e2..545a785 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ public function register() ## Usage +- *superhelio:gozer* + - Force delete database tables that has your table prefix + - `php artisan superhelio:gozer` - *superhelio:reload* - Reset database, migrate and seed - `php artisan superhelio:reload` @@ -47,10 +50,6 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen $ composer test ``` -## Contributing - -Please see [CONTRIBUTING](CONTRIBUTING.md) for details. - ## Security If you discover any security related issues, please contact [SuperHelio](link-author). @@ -77,4 +76,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio [link-code-quality]: https://scrutinizer-ci.com/g/superhelio/commands [link-downloads]: https://packagist.org/packages/superhelio/commands [link-author]: https://github.com/superhelio -[link-contributors]: ../../contributors +[link-contributors]: https://github.com/superhelio/commands/graphs/contributors