Skip to content

Commit a369dc3

Browse files
Release 0.4.4
1 parent 55fb0ae commit a369dc3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.4 2025-03-24
4+
5+
* Quote address name when needed #190
6+
* Encode address name when needed #189
7+
* Fix infinite loop with invalid parameters #187
8+
* Fix parsing of multiple recipients #
9+
* Fix get_html/1 to correctly handle multiple parameters in the content-type header #186
10+
311
## 0.4.3 2024-11-15
412

513
* Update header parsing to decode encoded words after parsing the header (RFC 2047) https://github.com/DockYard/elixir-mail/pull/181

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Mail.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/DockYard/elixir-mail"
5-
@version "0.4.3"
5+
@version "0.4.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)