diff --git a/CHANGELOG.md b/CHANGELOG.md index 224dc5d..2658cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to Laravel Simplesheet will be documented in this file +## 1.1.0 - 2019-09-08 + +### Added +- Ability to set headers on responsable exports +- Proxying failures to import/export +- Using original extension on temporary files +- Asserting file path using regex +- Support for Laravel 6 + +### Changed +- Using phpunit 8 for development + +### Fixed +- Filename for `Nikazooz\Simplesheet\Writers\CsvWriter` class + ## 1.0.0 - 2019-05-10 - Initial release