Skip to content

Latest commit

 

History

History
149 lines (90 loc) · 9.59 KB

CHANGELOG.md

File metadata and controls

149 lines (90 loc) · 9.59 KB

Changelog

next

Added

  • 👷‍♂️ Use another github action to generate changelog [17370e0]

Changed

  • ⬆️ Upgrade to Laravel 11 [508ad1f]
  • ⬆️ Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 (#20) [628e5db]
  • ⬆️ Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 [6071525]
  • ⬆️ Bump ramsey/composer-install from 2 to 3 [7073668]
  • ⬆️ Bump stefanzweifel/git-auto-commit-action from 4 to 5 [c91f4a3]
  • ⬆️ Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 (#17) [00601e8]
  • ⬆️ Bump actions/checkout from 3 to 4 [8c90137]
  • ⬆️ Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 (#14) [df37e25]
  • ⬆️ Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 (#13) [b22df89]
  • ⬆️ Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 (#12) [fc1f056]

Miscellaneous

2.0.1 (2023-04-28)

Added

  • ✅ Upgrade min required version of phpunit to 10.1 [d5ffd21]
  • 👷‍♂️ Run phpstan analysis everytime with tests [d65a2b0]

Changed

  • 🔧 Migrate phpunit config [0d9ee5f]
  • ⬆️ Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 (#10) [2663321]
  • ⬆️ Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 (#9) [7ae1bbf]
  • ⬆️ Bump actions/checkout from 2 to 3 (#8) [fc921cc]

Fixed

  • 🐛 Use the new Auth\User class in service [99a24bf]

Miscellaneous

  • 📝 generated changelog [ddcb431]
  • 📝 generated changelog [a034fbe]

2.0.0 (2023-02-15)

Added

  • 👷‍♂️ Run fix php code styling only on branch push [4b535f9]
  • 👷‍♂️ Allow to generate changelog manually [434a0f8]

Changed

  • ⬆️ Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#6) [07492df]

Miscellaneous

  • 🔀 ⬆️ Upgrade package minimum dependency to Laravel 10 (#7) [1d7cf2d]
  • Fix styling [f405ce0]
  • 📝 Update badges in README.md [c9472ea]
  • 📝 generated changelog [7e2aa50]
  • 📝 generated changelog [fd3d287]
  • 📝 generated changelog [dadd632]

1.1.0 (2023-01-25)

Miscellaneous

  • 🔀 ⬆️ Update for PHP8.2 (#5) [a6642fc]
  • 📝 generated changelog [eccceeb]
  • 📝 generated changelog [75e65e4]

1.0.5 (2023-01-03)

Miscellaneous

  • 🔀 ⬆️ Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 (#4) [653ae80]
  • 📝 generated changelog [0d5cd20]
  • 📝 generated changelog [7764417]

1.0.4 (2022-11-29)

Changed

Miscellaneous

  • 📝 generated changelog [c90bdcf]

1.0.3 (2022-11-29)

Changed

  • ⬆️ Bump ramsey/composer-install from 1 to 2 (#2) [94b6d3e]

Miscellaneous

  • 👷 Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#1) [f1bd221]
  • 📝 generated changelog [f21a5e4]
  • 📝 generated changelog [64ae443]

1.0.2 (2022-10-28)

Miscellaneous

  • 👷 Use another action to generate CHANGELOG [7523ef7]

1.0.0 (2022-10-28)

Added

Fixed

  • 💚 Run phpunit instead of pest [674b78d]
  • 🐛 Fix errors for CI [596b84c]

Miscellaneous