Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgaribay committed Sep 12, 2017
1 parent d1c0309 commit 5b0a88f
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.7.0 (2017-9-11)
* Enhancements
* Add `add/1`, `all_recipients/3`, and `delete_recipient/2` to `SendGrid.Contacts.Lists`
* Remove compile warnings for `Phoenix.View`

## 1.6.0 (2017-7-14)
* Enhancements
* Relax dependency versions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SendGrid.Email.build()
Add the following code to your dependencies in your **`mix.exs`** file:

```elixir
{:sendgrid, "~> 1.6.0"}
{:sendgrid, "~> 1.7.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.6.0",
version: "1.7.0",
elixir: "~> 1.4",
package: package(),
compilers: compilers(Mix.env),
Expand Down

0 comments on commit 5b0a88f

Please sign in to comment.