Skip to content

Commit 25566fb

Browse files
committed
Bump version
1 parent 9192dbc commit 25566fb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A wrapper for SendGrid's API to create composable emails.
77
Add 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)