We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d0b55 commit 0d75d7bCopy full SHA for 0d75d7b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.3 (2016-8-3)
4
+
5
+* Fixes
6
+ * replace documentation using to `put_to` with `add_to`
7
8
## 1.0.2 (2016-7-20)
9
10
* Enhancements
README.md
@@ -7,7 +7,7 @@ A wrapper for SendGrid's API to create composable emails.
Add the following code to your dependencies in your **`mix.exs`** file:
```elixir
-{:sendgrid, "~> 1.0.2"}
+{:sendgrid, "~> 1.0.3"}
11
```
12
13
## Configuration
mix.exs
@@ -3,7 +3,7 @@ defmodule SendGrid.Mixfile do
def project do
[app: :sendgrid,
- version: "1.0.2",
+ version: "1.0.3",
elixir: "~> 1.2",
package: package,
description: description,
0 commit comments