# Changelog

## [1.0.0] - 2024-07-24
### Added
- Initial release with basic functionality.
- **Send Normal Messages**: Send simple text notifications to Teams.
- **Send Messages with Additional Details**: Include extra details in the notification.
- **Send Success Messages**: Highlight successful operations with a green color.
- **Send Warning Messages**: Indicate warnings with an orange color.
- **Send Error Messages**: Report errors with a red color and optional stack trace.
- **Send Messages with JSON Blocks**: Include formatted JSON data in the message.
- **Custom Logging**: Log messages directly to Microsoft Teams using Laravel’s logging system.
- **Configurable Message Colors**: Set custom colors for messages with predefined options.

## [2.0.0] - 2024-07-24
### Added
Minimum php = v8 and at least laravel 10

## [2.1.0] - 2024-07-24
### Fixed
Fixed an issue in logging to teams

