diff --git a/CHANGELOG.md b/CHANGELOG.md index 9450de1..8aacd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ # Changelog All notable changes to `laravel-csv` will be documented in this file. + +## v1.0.1 - 2022-09-28 + +### What's Changed + +- Copy changes for README by @johnwesely in https://github.com/coderflexx/laravel-csv/pull/2 +- Fixed broken link by @askdkc in https://github.com/coderflexx/laravel-csv/pull/3 + +### New Contributors + +- @johnwesely made their first contribution in https://github.com/coderflexx/laravel-csv/pull/2 +- @askdkc made their first contribution in https://github.com/coderflexx/laravel-csv/pull/3 + +**Full Changelog**: https://github.com/coderflexx/laravel-csv/compare/v1.0.0...v1.0.1 diff --git a/README.md b/README.md index a121c18..74eb179 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@

-[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflexx/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/coderflex/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv) [![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-csv/run-tests?label=tests)](https://github.com/coderflexx/laravel-csv/actions?query=workflow%3Arun-tests+branch%3Amain) [![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/coderflexx/laravel-csv/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/coderflexx/laravel-csv/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) -[![Total Downloads](https://img.shields.io/packagist/dt/coderflexx/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv) +[![Total Downloads](https://img.shields.io/packagist/dt/coderflex/laravel-csv.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-csv) - [Introduction](#introduction) diff --git a/config/laravel_csv.php b/config/laravel_csv.php index 4576ecd..ba0eaa8 100644 --- a/config/laravel_csv.php +++ b/config/laravel_csv.php @@ -1,3 +1,5 @@ +