File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 1.0.2 (2016-7-20)
4+
5+ * Enhancements
6+ * [ Mailer] sandbox mode is fetched during runtime instead of compile time
7+
8+ * Fixes
9+ * [ Mailer] add missing insertion of template id
10+
11+ ## 1.0.1 (2016-7-16)
12+
13+ * Fixes
14+ * [ Email] Make an exposed method private
15+
216## 1.0.0 (2016-7-15)
317
418* Enhancements
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A wrapper for SendGrid's API to create composable emails.
77Add the following code to your dependencies in your ** ` mix.exs ` ** file:
88
99``` elixir
10- {:sendgrid , " ~> 1.0.1 " }
10+ {:sendgrid , " ~> 1.0.2 " }
1111```
1212
1313## Configuration
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule SendGrid.Mixfile do
33
44 def project do
55 [ app: :sendgrid ,
6- version: "1.0.1 " ,
6+ version: "1.0.2 " ,
77 elixir: "~> 1.2" ,
88 package: package ,
99 description: description ,
You can’t perform that action at this time.
0 commit comments