Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtimberlake committed Aug 4, 2023
1 parent 2745882 commit db7b4e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.1 2023-08-04

* Fix get_attachments/1 for attachments without filename prop https://github.com/DockYard/elixir-mail/pull/154

## 0.3.0 2023-08-01

* Add DateTime and time zone support to date parsing/rendering
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.2"},
{:mail, "~> 0.3"},

# 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.3.0"
@version "0.3.1"

def project do
[
Expand Down

0 comments on commit db7b4e7

Please sign in to comment.