File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0 (2016-9-28)
4+ * Enhancements
5+ * add ` add_attachment ` for attachements
6+ * bump ` :poison ` version to 2
7+
38## 1.1.0 (2016-8-30)
49
510* 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.1 .0" }
10+ {:sendgrid , " ~> 1.2 .0" }
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.1 .0" ,
6+ version: "1.2 .0" ,
77 elixir: "~> 1.2" ,
88 package: package ,
99 description: description ,
You can’t perform that action at this time.
0 commit comments