Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v3.0.1 - 2024-08-29

Added

  • Added support for Laravel 11.

v3.0.0 - 2023-09-07

Added

  • Added CircleCI pipeline to run tests.
  • Added PHP-CS-Fixer as code style linter for project.
  • Added support for Laravel 10.

Removed

  • Removed PHP_CodeSniffer as code style linter for project.
  • Removed support for Laravel 5.
  • Removed support for Laravel 6.
  • Removed support for Laravel 7.
  • Removed support for Laravel 8.
  • Removed support for Laravel 9.

v2.1.1 - 2023-06-19

Fixed

  • The configuration for the Laravel AWS SDK service provider is now passed to the AWS SDK credential provider. This fixes the issue of the STS client always using the us-east-1 regional endpoint.