Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgaribay committed Sep 28, 2016
1 parent 2192835 commit c74eaf7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.0 (2016-9-28)
* Enhancements
* add `add_attachment` for attachements
* bump `:poison` version to 2

## 1.1.0 (2016-8-30)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0"}
{:sendgrid, "~> 1.2.0"}
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SendGrid.Mixfile do

def project do
[app: :sendgrid,
version: "1.1.0",
version: "1.2.0",
elixir: "~> 1.2",
package: package,
description: description,
Expand Down

0 comments on commit c74eaf7

Please sign in to comment.