v4.2.0
- Drop testing for OTP ~> 20.3 to align with gen_smtp minimum otp version of 21 (#205)
- Bump elixir to 1.13.4 and erlang to 24.3.4 (#205)
- Use
Enum.map_join/3
instead ofEnum.map/2 |> Enum.join/2
(#205) - Dependencies update (#205):
- core:
- gen_smtp, ~> 1.2.0
- dev/test:
- credo, ~> 1.6.1
- core: