# Change Log
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.3.0] - 2022-03-02

### Changed

 - Arguments fix: details in [pull request](https://github.com/robersonfaria/laravel-database-schedule/pull/51)

## [1.3.1] - 2022-03-02

### Changed

- Update README.md

### Fixed

- Fixed error in running jobs with arguments of type function (test created to validate)