# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.1] - 2026-01-28
### Updated
- Documentation to meet latest version
## [0.3.0] - 2026-01-28
### Added
- Added `Accounts` support for listing accounts
## [0.2.1] - 2026-01-27
### Added
- Added `Access` support for removing user and invite account accesses
## [0.2.0] - 2026-01-26
### Added
- Added `Access` support for listing user and invite account accesses
### Documentation
- Added comprehensive documentation for the Access API (`src/access/accesses.rs`).
- Added "Account Access" section to `README.md`.
## [0.1.3] - 2026-01-25
### Documentation
- Updated `README.md` with comprehensive examples for Batch Sending and Templates.
- Updated installation instructions in `README.md` to reflect the latest version.
## [0.1.2] - 2026-01-25
### Added
- Added `BatchEmail` support for sending emails to multiple recipients in a single API call.
- Added support for Mailtrap templates (`template_uuid`, `template_variables`) in both single and batch emails.
- Added documentation for all public structs and methods in `src/email/emails.rs`.
## [0.1.1] - 2026-01-25
### Refactored
- Made url in `Email::send` optional
- Default to DEFAULT_URL when no url is passed to `Email::send`
- Moved tests into integration tests file
## [0.1.0] - 2026-01-24
### Added
- Initial release of the library.
- Basic email sending functionality.
- Integration with Mailtrap API.
- Structs for email handling (`emails::email`).
- Comprehensive tests for email functionality.
- Documentation for the library.