Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtimberlake committed Oct 9, 2024
1 parent 1ece6ab commit 184b0d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.4.1 2024-10-09

* Fix quoted-printable encoding of reserved characters https://github.com/DockYard/elixir-mail/pull/176
* Updates to documentation with doctests

## 0.4.0 2024-10-02

* Change date parser to return {:error, date_text} when date is unparsable https://github.com/DockYard/elixir-mail/pull/169
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An RFC2822 implementation in Elixir, built for composability.
def deps do
[
# Get from hex
{:mail, "~> 0.4"},
{:mail, "~> 0.4.1"},

# Or use the latest from master
{:mail, github: "DockYard/elixir-mail"}
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Mail.Mixfile do
use Mix.Project

@source_url "https://github.com/DockYard/elixir-mail"
@version "0.4.0"
@version "0.4.1"

def project do
[
Expand Down

0 comments on commit 184b0d3

Please sign in to comment.