We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc85eee commit 91ded98Copy full SHA for 91ded98
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.0 (2016-8-30)
4
+
5
+* Enhancements
6
+ * add `add_header` to be sent with an email
7
8
## 1.0.3 (2016-8-3)
9
10
* Fixes
mix.exs
@@ -3,7 +3,7 @@ defmodule SendGrid.Mixfile do
def project do
[app: :sendgrid,
- version: "1.0.3",
+ version: "1.1.0",
elixir: "~> 1.2",
package: package,
description: description,
0 commit comments