Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 1.15 KB

Changelog

All notable changes to laravel-task-runner will be documented in this file.

1.4.1 - 2024-03-06

Full Changelog: https://github.com/protonemedia/laravel-task-runner/compare/1.4.0...1.4.1

1.4.0 - 2024-03-05

  • Connection config improvements
  • Laravel 11 support
  • Dropped PHP 8.1 support

1.3.0 - 2024-01-02

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #6
  • Support for PHP 8.3. by @pascalbaljet in #8
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #7

New Contributors

  • @pascalbaljet made their first contribution in #8

Full Changelog: https://github.com/protonemedia/laravel-task-runner/compare/1.2.0...1.3.0

1.2.0 - 2023-12-07

  • Support for private key path

1.1.0 - 2023-08-15

  • Support for resolving private key from callable

1.0.1 - 2023-05-02

  • Added a helper method to instantiate new tasks

1.0.0 - 2023-05-01

Initial release