Skip to content

Commit c74eaf7

Browse files
committed
Bump version
1 parent 2192835 commit c74eaf7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

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.1.0"}
10+
{:sendgrid, "~> 1.2.0"}
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.1.0",
6+
version: "1.2.0",
77
elixir: "~> 1.2",
88
package: package,
99
description: description,

0 commit comments

Comments
 (0)