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.
0.5.2 - 2024-11-19
- Updates
tower
dependency from{:tower, "~> 0.6.0"}
to{:tower, "~> 0.7.1"}
.
0.5.1 - 2024-10-04
- Can include less verbose
TowerEmail
module as reporter instead ofTowerEmail.Reporter
.
0.5.0 - 2024-10-04
-
No longer necessary to call
Tower.attach()
in your applicationstart
. It is done automatically. -
Updates
tower
dependency from{:tower, "~> 0.5.0"}
to{:tower, "~> 0.6.0"}
.
0.4.0 - 2024-08-22
- Updated namespace to avoid clashing with
Tower
:- Changed reporter name from
Tower.Email.Reporter
toTowerEmail.Reporter
. - Changed mailer name from
Tower.Email.Mailer
toTowerEmail.Mailer
.
- Changed reporter name from
0.3.0 - 2024-08-20
- Bandit support via
tower
update - Oban support via
tower
update
- Updates dependency to
{:tower, "~> 0.5.0"}
.
0.2.0 - 2024-08-16
- Updates dependency to
{:tower, "~> 0.4.0"}
.